File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ TEMPLATE_TYPE=java-on-aws npm run generate
88
99## Deploy Stack
1010``` bash
11+ # Deploy stack (uses existing S3 bucket for large templates)
1112aws cloudformation deploy \
1213 --template-file cfn/java-on-aws-stack.yaml \
1314 --stack-name workshop-stack \
14- --capabilities CAPABILITY_IAM \
15- --parameter-overrides \
16- ParameterKey=ParameterName,ParameterValue=Value
15+ --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM \
16+ --s3-bucket workshop-cfn-templates-1765640257
1717```
1818
1919## Test & Debug
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# Resource readiness checking utilities
4- source " $( dirname " $0 " ) /common.sh"
4+ source " $( dirname " ${BASH_SOURCE[0]} " ) /common.sh"
55
66# Wait for CloudFormation stack to be in CREATE_COMPLETE or UPDATE_COMPLETE state
77wait_for_stack () {
You can’t perform that action at this time.
0 commit comments