Separate the stack currently defined in one serverless.yml file into db, s3, api and cognito. This allows for more control over what is deployed when but it also introduces complexity with coordinating release of components. Related to https://github.com/mbudm/fotopia-serverless/issues/1
Separate the stack currently defined in one serverless.yml file into db, s3, api and cognito.
This allows for more control over what is deployed when but it also introduces complexity with coordinating release of components.
Related to #1