-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
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
amplify push dry run? #366
Comments
|
@hisham What other information do you think would be valuable to you before pushing local configurations to the cloud? |
So maybe something more granular than general "Update", especially if any deletes are going to happen. I also read a bit that on dynamo tables we can put a 'retain' setting so that cloudformation does not delete these even if it wants to, but I have not looked into that closely yet. I have not played with aws cdk yet but it seems from their demo that they do offer a 'cdk diff' functionality which gives you a granular view of what's going to happen: Something like this would be nice for learning purposes, but the most important thing I think is what resources are going to be deleted by amplify (especially dyanamo tables and userpools). |
Same here, would like to know if some resource will be deleted and re-created... |
Hi @hisham @denissabramovs - we've now launched the ability to use |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
** Which Category is your question related to? **
deployment for all categories
Is there a way to do a dry run of 'amplify push' to see what changes it would make without actually doing anything? I understand CloudFormation supports something like this through change sets. Does amplify expose this somehow?
The text was updated successfully, but these errors were encountered: