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.
2 parents 27c72a2 + 1248ad6 commit 49b08a0Copy full SHA for 49b08a0
buildspec-stg.yaml
@@ -20,7 +20,7 @@ phases:
20
build:
21
commands:
22
# Copy the contract OpenApi 3.0 spec to the S3 bucket, so it can later be transformed into the SAM template
23
- - aws s3 cp api-contract.yaml s3://$SAM_S3_BUCKET/stg
+ - aws s3 cp api-contract.yaml s3://$SAM_S3_BUCKET/stg/
24
# Execute packager tool so every lambda gets just the code and dependencies it needs
25
- ./tools/build/packager.sh -q
26
# Build the SAM template
0 commit comments