Skip to content

Commit bf466a4

Browse files
authored
Stop making a new S3 bucket for every integration tests run (#127)
1 parent de0b0d3 commit bf466a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/serverless.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ provider:
1212
DD_API_KEY: ${env:DD_API_KEY}
1313
lambdaHashingVersion: 20201221
1414
timeout: 15
15+
deploymentBucket:
16+
name: integration-tests-deployment-bucket
1517
iam:
1618
# IAM permissions require that all functions are deployed with this role
1719
role: "arn:aws:iam::601427279990:role/serverless-integration-test-lambda-role"

0 commit comments

Comments
 (0)