Skip to content

Instantly share code, notes, and snippets.

@ParthTrambadiya
Last active August 26, 2021 09:22
Show Gist options
  • Save ParthTrambadiya/9e6c01a293936a816663677bfb50f63d to your computer and use it in GitHub Desktop.
Save ParthTrambadiya/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": ""
}
@ParthTrambadiya
Copy link
Author

ParthTrambadiya commented Aug 26, 2021

Initial Commit

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