Closed edwardfoyle closed 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.
amplify sandbox
cdk bootstrap
Fixed in https://github.com/aws-amplify/samsara-cli/pull/309
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 runcdk bootstrap
before doing a deployment.