mbudm / fotopia-serverless

An API, storage and face detection for a photo archive web app using serverless framework
21 stars 5 forks source link

Separating the stack #2

Open mbudm opened 5 years ago

mbudm commented 5 years ago

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

mbudm commented 5 years ago

Stack list could be:

Versioning...?