We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, an update is required for the awslabs sample here:
https://github.com/awslabs/aws-cloudformation-templates/tree/master/aws/services/CloudFormation/MacrosExamples/ExecutionRoleBuilder
A simple typo in step 4 prevents inexperienced users from progressing. Python runtime to be updated 3.9 as the version specified is deprecated on AWS.
README.md
step 4:
OLD:
aws cloudformation deploy \ --stack-name ExecutionRoleBuilderCFnMacro.packaged.template \ --template-file ExecutionRoleBuilderCFnMacro \ --capabilities CAPABILITY_IAM
NEW:
aws cloudformation deploy \ --stack-name ExecutionRoleBuilderCFnMacro \ --template-file ExecutionRoleBuilderCFnMacro.packaged.template \ --capabilities CAPABILITY_IAM
macro.template:
Transform: AWS::Serverless-2016-10-31 Resources: Function: Type: AWS::Serverless::Function Properties: Runtime: python3.9
The text was updated successfully, but these errors were encountered:
Due to inactivity this issue will be closed in 7 days
Sorry, something went wrong.
Keep this open until we decide where the macro examples will live.
No branches or pull requests
Hi, an update is required for the awslabs sample here:
https://github.com/awslabs/aws-cloudformation-templates/tree/master/aws/services/CloudFormation/MacrosExamples/ExecutionRoleBuilder
A simple typo in step 4 prevents inexperienced users from progressing. Python runtime to be updated 3.9 as the version specified is deprecated on AWS.
README.md
step 4:
OLD:
NEW:
macro.template:
The text was updated successfully, but these errors were encountered: