-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'Fn::Join' of undefined when specifying a User Pools authorizer #51
Comments
Can you provide more details on your serverless.yml or your service configuration, or can you provide a test configuration with which I can reproduce the issue? |
this is my serverless.yml
Thanks |
Many thanks for the information 🙌 . I'm sure it has something to do with the authorizer declarations. I will look into the issue soon. |
thanks @HyperBrain , for custom authorizer i use this |
Just isolated the issue. It is caused by:
The plugin should ignore User Pools authorizers and pass them unchanged. Working on a fix. |
Attempting to deploy i get error
Cannot read property 'Fn::Join' of undefined
, this is the logs terminals.can you help me, thanks?
The text was updated successfully, but these errors were encountered: