Skip to content

Commit

Permalink
Merge pull request #13991 from aws-amplify/gen2-migration-template-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi7cr authored Oct 23, 2024
2 parents ec9a9f6 + 003bc2d commit bc4a662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ aws cloudformation update-stack \\
--stack-name amplify-testauth-dev-12345-auth-ABCDE \\
--template-body file://test/step1-gen1PreProcessUpdateStackTemplate.json \\
--parameters '[{"ParameterKey":"authSelections","ParameterValue":"identityPoolAndUserPool"}]' \\
--capabilities CAPABILITY_NAMED_IAM
--capabilities CAPABILITY_NAMED_IAM \\
--tags '[]'
\`\`\`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ aws cloudformation update-stack \\
--stack-name ${this.gen1CategoryStackName} \\
--template-body file://${step1FileNamePath} \\
--parameters '${paramsString}' \\
--capabilities CAPABILITY_NAMED_IAM
--capabilities CAPABILITY_NAMED_IAM \\
--tags '[]'
\`\`\`
Expand Down

0 comments on commit bc4a662

Please sign in to comment.