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

Update configuration key to authmode #49

Closed sfranusic closed 5 years ago

sfranusic commented 5 years ago

Issue #, if available: The iOS App Sync client looks for a key named "AuthMode" which causes a runtime error if the `awsconfiguration.json' file key is named "AuthType."

App Sync client example

Description of changes:

Update the App Sync configuration key from AuthType to AuthMode

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

adrianhall commented 5 years ago

Thanks for the fix!