Last active
August 26, 2021 09:22
-
-
Save parth-trambadiya/9e6c01a293936a816663677bfb50f63d to your computer and use it in GitHub Desktop.
Cognito Authentication System with Federated Identity in Serverless Framework(IaC)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"COGNITO_DOMAIN": "", | |
"CALLBACK_URL": "", | |
"LOGOUT_URL": "", | |
"SSM_GOOGLE_CLIENT_ID_PATH": "", | |
"SSM_GOOGLE_CLIENT_SECRET_PATH": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initial Commit