Set up initial Lambda sturucture with Cognito

Create demo Lambda/Gateway pair with Cognito integration
This commit is contained in:
NMerz
2020-09-20 16:26:13 -04:00
parent 2b1ecbadef
commit f576307e0a
11 changed files with 129 additions and 8 deletions

View File

@@ -94,7 +94,7 @@ Parameters:
userPoolGroupList:
Type: CommaDelimitedList
serviceName:
Type: String

View File

@@ -1,6 +1,6 @@
{
"identityPoolName": "listifyf4fad454_identitypool_f4fad454",
"allowUnauthenticatedIdentities": false,
"allowUnauthenticatedIdentities": true,
"resourceNameTruncated": "listiff4fad454",
"userPoolName": "listifyf4fad454_userpool_f4fad454",
"autoVerifiedAttributes": [

View File

@@ -6,5 +6,7 @@
"dependsOn": [],
"customAuth": false
}
}
},
"function": {},
"api": {}
}