You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to deploy a sandbox env of an Amplify application to AWS China region via npx ampx sandbox, it failed on amplifyDataAmplifyTableManagerNestedStack stack with below error,
Resource handler returned message: "Partition "aws" is not valid for resource "arn:aws:dynamodb:cn-north-1:xxx:table/*-ewdacgq5anbn3olwziz4vo2sby-NONE". (Service: Iam, Status Code: 400, Request ID: 6035f8dc-0113-40b3-b220-70ca7abbb893)" (RequestToken: 3cfce6bb-61e6-a2c3-b639-93e2e2b06c98, HandlerErrorCode: InvalidRequest)
I think it's caused by the custom resource with invalid IAM policy which manages the DDB tables.
Environment information
Data packages
Description
Tried to deploy a sandbox env of an Amplify application to AWS China region via
npx ampx sandbox
, it failed onamplifyDataAmplifyTableManagerNestedStack
stack with below error,I think it's caused by the custom resource with invalid IAM policy which manages the DDB tables.
amplify-category-api/packages/amplify-graphql-model-transformer/src/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.ts
Line 79 in d96f49a
The text was updated successfully, but these errors were encountered: