Skip to content

Instantly share code, notes, and snippets.

@parth-trambadiya
Last active August 26, 2021 09:22
Show Gist options
  • Save parth-trambadiya/9e6c01a293936a816663677bfb50f63d to your computer and use it in GitHub Desktop.
Save parth-trambadiya/9e6c01a293936a816663677bfb50f63d to your computer and use it in GitHub Desktop.
Cognito Authentication System with Federated Identity in Serverless Framework(IaC)
{
"COGNITO_DOMAIN": "",
"CALLBACK_URL": "",
"LOGOUT_URL": "",
"SSM_GOOGLE_CLIENT_ID_PATH": "",
"SSM_GOOGLE_CLIENT_SECRET_PATH": ""
}
@parth-trambadiya
Copy link
Author

parth-trambadiya commented Aug 26, 2021

Initial Commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment