Skip to content

Commit 89b992a

Browse files
LambdaExtensionPublishRole created on common account
1 parent f500cd2 commit 89b992a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Configure AWS credentials via OIDC and IAM Role
3535
uses: aws-actions/configure-aws-credentials@v4
3636
with:
37-
role-to-assume: arn:aws:iam::285573938264:role/LambdaExtensionPublishRole
37+
role-to-assume: arn:aws:iam::956882708938:role/LambdaExtensionPublishRole
3838
aws-region: us-east-1
3939

4040
- name: Run Unit Tests

lambda-extensions/sumoclient/sumoclient_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
func setupEnv() {
2121
_ = os.Setenv("SUMO_NUM_RETRIES", "3")
22-
_ = os.Setenv("SUMO_S3_BUCKET_NAME", "test-bucket-sumo-90")
22+
_ = os.Setenv("SUMO_S3_BUCKET_NAME", "test-bucket-lambda-extension")
2323
_ = os.Setenv("SUMO_S3_BUCKET_REGION", "us-east-1")
2424
_ = os.Setenv("AWS_LAMBDA_FUNCTION_NAME", "himlambda")
2525
_ = os.Setenv("AWS_LAMBDA_FUNCTION_VERSION", "Latest$")

0 commit comments

Comments
 (0)