Thomas Oehri
Thomas Oehri
I'm having the same problem.
I need my lambda function to access the table for my model too. ``` // Giving the lambda function access to the table like this works: const permissionsStack = backend.createStack("PermissionsStack");...
@LukaASoban Thank you so much for your workaround!
I would also be interested in this being supported.
I'm having the same problem. Trying to create a sandbox environment using `npx ampx sandbox` gives the output `The given region has not been bootstrapped. Sign in to console as...
> Can you check if you have a `CDKToolkit` named stack in your region and if it's there, what's the value of `BootstrapVersion` in the CFN outputs. Reference > >...
> Hi @thomasoehri, this could also be caused by a region mismatch. Is the `AWS_REGION` or `AWS_DEFAULT_REGION` environment variable set? If so, this will override the region in the config...
> to debug this next, can you run the following commands and let us know the results > > 1. `aws ec2 describe-availability-zones --output text --query 'AvailabilityZones[0].[RegionName]' --profile xxx-sso-xxx-dev |...
> Interesting! This is the [code](https://github.com/aws-amplify/amplify-backend/blob/e008bb3408b068c05d6d6c8bd34e78a58da6c418/packages/sandbox/src/file_watching_sandbox.ts#L299) that makes the same CFN call to determine if the account-region is bootstrapped. > > Would it be possible for you to put a...
`this.cfnClient.config.region()` seems correct too: