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

More event sources #44

Open
dankantor opened this issue Mar 24, 2016 · 2 comments
Open

More event sources #44

dankantor opened this issue Mar 24, 2016 · 2 comments

Comments

@dankantor
Copy link
Contributor

Would be great to support all the possible lambda event sources. My priority would be cronjobs then dynamo streams.

@dankantor
Copy link
Contributor Author

Would also be great if lambdafai automatically attached events from their sources to lambdas. Here is an example of how to attach a scheduled event:

lambda add-permission --function-name lambda-name --statement-id NewScheduledRule --action 'lambda:InvokeFunction' --principal events.amazonaws.com --source-arn arn:aws:events:us-east-1:123456789012:rule/NewScheduledRule --qualifier dev

events put-rule --name NewScheduledRuled --schedule-expression 'rate(5 minutes)'

events put-targets --rule NewScheduledRuled --targets  Id=1,Arn=arn:aws:lambda:us-east-1:123456789012:function:lambda-name:dev

@dankantor
Copy link
Contributor Author

dankantor commented Sep 6, 2016

  • CloudWatch Scheduled Event
  • API Gateway Authorizer
  • Cognito User Pools Trigger
  • DynamoDb Update
  • SQS events
  • SES Email Receiving
  • CloudFormation Create Request
  • CloudWatch Logs
  • SNS
  • Cognito Sync Trigger
  • Kinesis
  • AWS Config Periodic Rule
  • AWS Config Change Triggered Rule

@dankantor dankantor reopened this Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant