aws-amplify / amplify-backend

Home to all tools related to Amplify's code-first DX (Gen 2) for building fullstack apps on AWS
Apache License 2.0
185 stars 62 forks source link

Sandbox deployment with secret triggers full deployment (not hotswap) #231

Closed hoangnbn closed 1 year ago

hoangnbn commented 1 year ago

The secret custom resource is not hotswappable. It has a no-op parameter which assigned a random uuid to be deployed every time. Although it fits CI/CD, the sandbox deployment suffers without hotswap capability.

hoangnbn commented 1 year ago

Addressed in https://github.com/aws-amplify/samsara-cli/pull/156