You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
We've got several stacks (to keep the number of resources down) and we create the UserPool in a different stack to the one for amplify/appsync.
Everything works OK (the stack and all the resources are created successful), until this plugin tries to process the UserPool. On line 178 or so, it tries to get userPoolResource.PhysicalResourceId, but userPoolResource is undefined.
Any idea how I can get round this?
The text was updated successfully, but these errors were encountered:
We've got several stacks (to keep the number of resources down) and we create the UserPool in a different stack to the one for amplify/appsync.
Everything works OK (the stack and all the resources are created successful), until this plugin tries to process the UserPool. On line 178 or so, it tries to get
userPoolResource.PhysicalResourceId
, butuserPoolResource
is undefined.Any idea how I can get round this?
The text was updated successfully, but these errors were encountered: