We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've configured some SNS Topics as event sources for my Lambda functions but it doesn't work correctly:
To make it works as expected I need to run the command at item 4 of AWS Lambda Documentation below:
http://docs.aws.amazon.com/lambda/latest/dg/with-sns-create-x-account-permissions.html
This step add SNS Topic as a trigger (event source) of Lambda function.
The text was updated successfully, but these errors were encountered:
Add lambdaInvoke permissions for SNS Events
a19d4a1
SNS events need to be given the lambdaInvoke permission so that they can call the lambda function. Fixes garnaat#76.
b8665eb
aced9ea
No branches or pull requests
I've configured some SNS Topics as event sources for my Lambda functions but it doesn't work correctly:
To make it works as expected I need to run the command at item 4 of AWS Lambda Documentation below:
http://docs.aws.amazon.com/lambda/latest/dg/with-sns-create-x-account-permissions.html
This step add SNS Topic as a trigger (event source) of Lambda function.
The text was updated successfully, but these errors were encountered: