Skip to content

Simple React based AWS Amplify app connected with AWS Cognito & Facebook calling protected Lambda function

Notifications You must be signed in to change notification settings

rmitula/aws-amplify-cognito-fb-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-amplify-cognito-fb-auth

Simple React based AWS Amplify app connected with AWS Cognito & Facebook calling protected Lambda function

Technology stack / Tools used

  • AWS API Gateway
  • AWS Cognito
    • User Pools
    • Federated Identities
  • AWS Amplify
  • AWS Lambda
  • React
  • Facebook Login API

Configuration

config.js

export default {
    apiGateway: {
        REGION: "",
        URL: ""
    },
    cognito: {
        REGION: "",
        USER_POOL_ID: "",
        APP_CLIENT_ID: "",
        IDENTITY_POOL_ID: ""
    },
    social: {
        FACEBOOK: ""
    }
};

About

Simple React based AWS Amplify app connected with AWS Cognito & Facebook calling protected Lambda function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages