Skip to content

Commit b98d2b7

Browse files
committed
Bugfix
1 parent 1b3b2d4 commit b98d2b7

2 files changed

Lines changed: 0 additions & 1 deletion

File tree

infrastructure/cdk/src/main/java/com/unicorn/core/InfrastructureLambdaBedrock.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ public InfrastructureLambdaBedrock(Construct scope, String id, String region, Bu
175175
"EKS_CLUSTER_NAME", Objects.requireNonNull(eksCluster.getCluster().getName()),
176176
"K8S_NAMESPACE", "unicorn-store-spring",
177177
"S3_BUCKET_NAME", s3Bucket.getBucketName(),
178-
"AWS_REGION", region,
179178
"KUBERNETES_AUTH_TYPE", "aws" // Use AWS IAM authentication for EKS
180179
))
181180
.build();
Binary file not shown.

0 commit comments

Comments
 (0)