Skip to content

Instantly share code, notes, and snippets.

@rhydvik
Created June 23, 2020 08:15
Show Gist options
  • Save rhydvik/6cf0f400d83b3bee48826cd0a6bca70e to your computer and use it in GitHub Desktop.
Save rhydvik/6cf0f400d83b3bee48826cd0a6bca70e to your computer and use it in GitHub Desktop.
Configuration for routes in react server side
export default {
aws_cognito_identity_pool_id: //cognito identity pool id
aws_user_pools_id: // user-pools id
aws_cognito_region: // aws region in which cognito is created
aws_user_pools_web_client_id: // web client id from user pools
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment