4 Answers
- Newest
- Most votes
- Most comments
0
Hello.
Where is the source code managed?
If you are managing on GitHub and linking with Amplify, I think it is possible to rollback by reverting to a specific commit in the repository on GitHub.
https://docs.aws.amazon.com/amplify/latest/userguide/setting-up-GitHub-access.html
I thought that if you were doing manual deployment, you would need to upload the source code again.
https://docs.aws.amazon.com/amplify/latest/userguide/manual-deploys.html
Relevant content
- asked 7 months ago
- asked 7 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
A feature request for the Amplify CLI rollback command has been made at the URL below, but it is currently not supported. https://github.com/aws-amplify/amplify-cli/issues/1484
CloudFormation alone does not perform version control, so unless it is managed by GitHub etc., I don't think it will be possible to revert to the previous version. Rollback in CloudFormation only works when deployment fails. This is probably not the feature you are looking for. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html