- Newest
- Most votes
- Most comments
Hello,
Thank you for posting on AWS re:Post forum. This is Tom from AWS Support Team.
I understand that, while trying to update the Amplify application, you observed CloudFormation error stating some parameters do not exist in the template.
I have searched across Amplify GitHub forum, and it appears that for some prior version of Amplify CLI, there was a known issue [1] with the same error reported and has since then been resolved. Therefore, please confirm current Amplify CLI version by running command "amplify -v", update to the latest version through "npm i -g @aws-amplify/cli@latest" [2], and try pushing the change to Amplify again.
If the missing parameter error continues, please follow the resolution guide here [3] by updating the existing REST API with a new function, making a push, verifying the CloudFormation template, including the missing "unauthRoleName" and "authRoleName" parameters into the template, and running Amplify push command again.
Additionally, looking from this post thread [4], it looks like earlier versions of Amplify CLI may include empty function objects on "backend-conf.json" when pulling from the cloud. In such case, you may execute "amplify remove function" to remove any unused functions for Amplify to accept the CloudFormation template.
Lastly, if Amplify continues showing CloudFormation error when pushing changes, please feel free to raise a new issue on Amplify Github page [5] for further in-depth replication and troubleshooting efforts.
Once again, thank you for posting on AWS re:Post forum. Have a nice day.
Links and References
[1] https://github.com/aws-amplify/amplify-cli/issues/4814
[2] https://www.npmjs.com/package/@aws-amplify/cli
[3] https://github.com/aws-amplify/amplify-cli/issues/2519#issuecomment-835902300
[4] https://github.com/aws-amplify/amplify-cli/issues/7318#issuecomment-842059362
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 9 months ago