aws-amplify-serverless-plugin
aws-amplify-serverless-plugin copied to clipboard
Add ability to reference UserPool and IdentityPool resources from another stack.
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.