Skip to content
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

SNS Topic subscriptions not working(?) #76

Closed
osantana opened this issue Jul 13, 2016 · 0 comments
Closed

SNS Topic subscriptions not working(?) #76

osantana opened this issue Jul 13, 2016 · 0 comments

Comments

@osantana
Copy link

I've configured some SNS Topics as event sources for my Lambda functions but it doesn't work correctly:

  1. The subscription is created correctly.
  2. Lambda function is not triggered when I publish some message at the subscribed topic.
  3. The subscription does not appears in "Triggers" tab at AWS Console

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.

tvandewalle pushed a commit to tvandewalle/kappa that referenced this issue Sep 11, 2016
SNS events need to be given the lambdaInvoke permission so that they can
call the lambda function.

Fixes garnaat#76.
scottbouma pushed a commit to scottbouma/kappa that referenced this issue Oct 12, 2016
SNS events need to be given the lambdaInvoke permission so that they can
call the lambda function.

Fixes garnaat#76.
BrunoCarrier pushed a commit to BrunoCarrier/kappa that referenced this issue Jan 3, 2017
SNS events need to be given the lambdaInvoke permission so that they can
call the lambda function.

Fixes garnaat#76.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant