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 ability to reference UserPool and IdentityPool resources from another stack. #60

Open philippjbauer opened 4 years ago

philippjbauer commented 4 years ago

Issue #, if available:

Description of changes: Currently there's no way to define an appClient manually by passing the UserPool(Client) and IdentityPool in using values from a CF stack variable reference.

This enhances the configuration options to do just that.

For configuration see the updated README.md

There was a previous pull request to do this, but as far as I was able to tell it wasn't implemented for both native and Javascript configurations. It was never merged also.

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