We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0b0d3 commit bf466a4Copy full SHA for bf466a4
tests/integration/serverless.yml
@@ -12,6 +12,8 @@ provider:
12
DD_API_KEY: ${env:DD_API_KEY}
13
lambdaHashingVersion: 20201221
14
timeout: 15
15
+ deploymentBucket:
16
+ name: integration-tests-deployment-bucket
17
iam:
18
# IAM permissions require that all functions are deployed with this role
19
role: "arn:aws:iam::601427279990:role/serverless-integration-test-lambda-role"
0 commit comments