knights-of-the-roundtable / camelot

MIT License
1 stars 0 forks source link

Handle CloudFormation database updates #38

Open Bobotronik opened 3 years ago

Bobotronik commented 3 years ago

If CloudFormation needs to update the database, right now it will just kill the old one. This will cause data loss. Found a few articles for starting to fix this: https://www.alexdebrie.com/posts/understanding-cloudformation-updates/ https://www.alexdebrie.com/posts/cloudformation-custom-resources/

Would it be possible to handle database creation here - without an old one to migrate from - as well?