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 docs/cloudformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This should be able to be a [SAR app](https://aws.amazon.com/serverless/serverle
git clone https://github.com/benkehoe/aws-sso-util
cd aws-sso-util/macro
sam build --use-container
sam deploy --capabilities "CAPABILITY_IAM,CAPABILITY_NAMED_IAM" --guided
sam deploy --capabilities CAPABILITY_AUTO_EXPAND CAPABILITY_IAM CAPABILITY_NAMED_IAM --stack-name aws-sso-util-cf-macro --guided
```

The macro template has the following parameters (note that for the values that can be set in the `Metadata` section of the template, as noted below, the template values take precedence for that template's generation):
Expand Down