amazon-archives / aws-amplify-serverless-plugin

Plugin for the Serverless Framework to output AWS Amplify configuration files.
Apache License 2.0
124 stars 30 forks source link

Add config for Cognito Identity Google Signin #13

Closed adrianhall closed 5 years ago

adrianhall commented 5 years ago

The form is:

"GoogleSignin": {
    "Permissions": "email,profile,openid",
    "ClientId-WebApp": "<your-google-webclient-id>"
}
adrianhall commented 5 years ago

Researching right now - the JS aws-exports.js file doesn't seem to support google signin (at least according to the output of amplify CLI).

adrianhall commented 5 years ago

Added support for PR #30