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
Would be great to support all the possible lambda event sources. My priority would be cronjobs then dynamo streams.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Would be great to support all the possible lambda event sources. My priority would be cronjobs then dynamo streams.
The text was updated successfully, but these errors were encountered: