Skip to content

Commit e4bab36

Browse files
authored
fix(gen2-migration): sync product-catalog post-generate API ID with pre-generate snapshot (#14792)
chore: sync product-catalog post-generate API ID with pre-generate snapshot
1 parent 105f99c commit e4bab36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • amplify-migration-apps/product-catalog/_snapshot.post.generate/amplify

amplify-migration-apps/product-catalog/_snapshot.post.generate/amplify/backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ backend.auth.resources.authenticatedUserIamRole.addToPrincipalPolicy(
5454
effect: aws_iam.Effect.ALLOW,
5555
actions: ['appsync:GraphQL'],
5656
resources: [
57-
`arn:aws:appsync:${backend.data.stack.region}:${backend.data.stack.account}:apis/3oy6oxkj6ffojmc2upd52ftdsq/*`,
57+
`arn:aws:appsync:${backend.data.stack.region}:${backend.data.stack.account}:apis/hscmwhprkbaljmcpavj3dcztrq/*`,
5858
],
5959
})
6060
);

0 commit comments

Comments
 (0)