Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01api/petstore-api-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ phases:
commands:
- cd 01api
- aws cloudformation package --template-file petstore-api.yaml
--s3-bucket <REPLACE_ME_WITH_UNIQUE_BUCKET_NAME>
--s3-bucket postmans3test
--s3-prefix api-code
--output-template-file petstore-api-output.yaml
artifacts:
Expand Down