Skip to content

Commit 2ab9ddb

Browse files
committed
fix bucket + role name
1 parent e8671f3 commit 2ab9ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ provider:
99
DD_API_KEY: ${env:DD_API_KEY}
1010
timeout: 15
1111
deploymentBucket:
12-
name: integration-tests-deployment-bucket
12+
name: integration-tests-serververless-deployment-bucket
1313
iam:
1414
# IAM permissions require that all functions are deployed with this role
15-
role: "arn:aws:iam::601427279990:role/serverless-integration-test-lambda-role"
15+
role: "arn:aws:iam::425362996713:role/serverless-integration-test-lambda-role"
1616

1717
layers:
1818
node:

0 commit comments

Comments
 (0)