Skip to content

Instantly share code, notes, and snippets.

@louislatreille
Created April 10, 2022 22:20
Show Gist options
  • Save louislatreille/34044665c81db0cfec3f99e188c4f5c5 to your computer and use it in GitHub Desktop.
Save louislatreille/34044665c81db0cfec3f99e188c4f5c5 to your computer and use it in GitHub Desktop.
Serverless Streamlined - functions
functions: {
postMessage: postMessage(ddbMainTable.arn, ddbMainTable.name),
getMessages: getMessages(ddbMainTable.arn, ddbMainTable.name),
function3: function3(cognitoAuthorizer, cognitoUserPool.userPoolId, cognitoUserPool.identityPoolId),
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment