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

Wrong UserPool picked for describeUserPoolClient when multiple user pools are defined #6

Closed adrianhall closed 5 years ago

adrianhall commented 5 years ago

If you define multiple user pools, then the first user pool configured is used in describeUserPoolClient. It should be the linked user pool according to the YAML instead.

adrianhall commented 5 years ago

Fixed by #11