We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44229b4 commit 838bb5cCopy full SHA for 838bb5c
templates_eventbridge/Makefile
@@ -16,7 +16,7 @@ lint:
16
cfn-lint *.yaml
17
18
packaged-template.yaml:
19
- aws s3 rm s3://$(S3_BUCKET)/ecs/$(S3_PREFIX) --recursive
+ aws s3 rm s3://$(S3_BUCKET)/event-bridge/$(S3_PREFIX) --recursive
20
aws cloudformation package \
21
--region $(S3_REGION) \
22
--template-file EventBridge.yaml \
0 commit comments