Skip to content

Commit

Permalink
chore: fix graphql transform test template (#3672)
Browse files Browse the repository at this point in the history
  • Loading branch information
xazhao authored Oct 30, 2024
1 parent f70c9ad commit 77672ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Resources:
AppIdClientRegex: myregex
AwsRegion: na-east-1
# This default action will exist post transform since this is our default authentication.
DefaultAction: something
DefaultAction: ALLOW
UserPoolId: myid
Tags:
key1: value1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"UserPoolConfig": {
"AppIdClientRegex": "myregex",
"AwsRegion": "na-east-1",
"DefaultAction": "something",
"DefaultAction": "ALLOW",
"UserPoolId": "myid"
},
"XrayEnabled": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"UserPoolConfig": {
"AppIdClientRegex": "myregex",
"AwsRegion": "na-east-1",
"DefaultAction": "something",
"DefaultAction": "ALLOW",
"UserPoolId": "myid"
},
"XrayEnabled": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"UserPoolConfig": {
"AppIdClientRegex": "myregex",
"AwsRegion": "na-east-1",
"DefaultAction": "something",
"DefaultAction": "ALLOW",
"UserPoolId": "myid"
},
"XrayEnabled": true
Expand Down

0 comments on commit 77672ce

Please sign in to comment.