-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implicit permissions SQS disappear. #25
Comments
Unfortunately, this plugin only adds |
Oh, I have faced this same issue. I will test the manual permission so... It would be nice if that clarification is added to the description/doc 😄 . Instead of Something like |
encountered the same problem and created a quick draft pull request: #33 Tests are still missing and don't currently have time to add those. Feel free to comment and suggest improvements. |
@AntonBazhal as I just receive the error again today , may I suggest to check the PR of @pt-kojoa |
Hey Folks,
I have this lambda which listens a SQS :
Without the plugin, when i deploy the serverless stack, I see thoses permissions on the lambda :
those permissions are handled by serverless in the background. All is working fine. My SQS is read.
But once we use the plugin, we didn't have anymore thoses permissions at all.
The result : that breaks the lambda because the sqs is never read anymore.
How to fix that ? Do we need to have more explicit ?
Why thoses permissions disappear ?
Thanks
The text was updated successfully, but these errors were encountered: