Skip to content

Commit

Permalink
chore: unit test snapshot fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Shan <[email protected]>
  • Loading branch information
Siqi-Shan committed Feb 4, 2025
1 parent cd52337 commit 0eae261
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Object {
"Resource": Array [
Object {
"Fn::Sub": Array [
"arn:aws:dynamodb:\${AWS::Region}:\${AWS::AccountId}:table/*-\${apiId}-\${envName}",
"arn:\${AWS::Partition}:dynamodb:\${AWS::Region}:\${AWS::AccountId}:table/*-\${apiId}-\${envName}",
Object {
"apiId": Object {
"Ref": "referencetotransformerrootstackGraphQLAPI20497F53ApiId",
Expand All @@ -48,7 +48,7 @@ Object {
"Effect": "Allow",
"Resource": Object {
"Fn::Sub": Array [
"arn:aws:lambda:\${AWS::Region}:\${AWS::AccountId}:function:*TableManager*",
"arn:\${AWS::Partition}:lambda:\${AWS::Region}:\${AWS::AccountId}:function:*TableManager*",
Object {},
],
},
Expand Down

0 comments on commit 0eae261

Please sign in to comment.