Sometimes you need to redeploy - eg if you tweak any of the dynamodb indexes. This means all the data in the db and S3 buckets are gone.
Need a way to handle migration when the stack is recreated.
Breaking up serverless.yml will help, as there's more control over what gets removed and re deployed - but this might still be a need
Sometimes you need to redeploy - eg if you tweak any of the dynamodb indexes. This means all the data in the db and S3 buckets are gone.
Need a way to handle migration when the stack is recreated.
Breaking up serverless.yml will help, as there's more control over what gets removed and re deployed - but this might still be a need