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
175 stars 60 forks source link

sandbox should ensure cdk bootstrap #191

Closed edwardfoyle closed 1 year ago

edwardfoyle commented 1 year ago

When running amplify sandbox we should check the CDK Bootstrap SSM parameter before trying a deployment. If the account/region is not bootstrapped, we should run cdk bootstrap before doing a deployment.

Amplifiyer commented 1 year ago

Fixed in https://github.com/aws-amplify/samsara-cli/pull/309