I want to migrate a huge Serverless project, created with the Serverless Framework, from v0.5 to v1 and my biggest concerns are that resources (DynamoDB tables) that were deployed in sls 0.5 version will be deleted or modified if I would try to deploy from sls version v1.
It is known fact that v1 is not compatible with 0.5... So is it possible to migrate 0.5 resources to 1.0 without breaking the cloud formation structure of DynamoDB tables in AWS? In another word: how to migrate 0.5 resources to 1.0 in a safely manner?
Edit: I have full AWS API gateway in front.