Skip to content

Commit 0da580d

Browse files
authored
Merge branch 'develop' into tmp/schema/11577851656/1
2 parents f5fe0d0 + 77672ce commit 0da580d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/translator/input/graphqlapi_cognito_default_auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Resources:
1616
AppIdClientRegex: myregex
1717
AwsRegion: na-east-1
1818
# This default action will exist post transform since this is our default authentication.
19-
DefaultAction: something
19+
DefaultAction: ALLOW
2020
UserPoolId: myid
2121
Tags:
2222
key1: value1

tests/translator/output/aws-cn/graphqlapi_cognito_default_auth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"UserPoolConfig": {
3131
"AppIdClientRegex": "myregex",
3232
"AwsRegion": "na-east-1",
33-
"DefaultAction": "something",
33+
"DefaultAction": "ALLOW",
3434
"UserPoolId": "myid"
3535
},
3636
"XrayEnabled": true

tests/translator/output/aws-us-gov/graphqlapi_cognito_default_auth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"UserPoolConfig": {
3131
"AppIdClientRegex": "myregex",
3232
"AwsRegion": "na-east-1",
33-
"DefaultAction": "something",
33+
"DefaultAction": "ALLOW",
3434
"UserPoolId": "myid"
3535
},
3636
"XrayEnabled": true

tests/translator/output/graphqlapi_cognito_default_auth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"UserPoolConfig": {
3131
"AppIdClientRegex": "myregex",
3232
"AwsRegion": "na-east-1",
33-
"DefaultAction": "something",
33+
"DefaultAction": "ALLOW",
3434
"UserPoolId": "myid"
3535
},
3636
"XrayEnabled": true

0 commit comments

Comments
 (0)