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

Kinesis support #34

Closed
markpjohnson opened this issue Apr 21, 2016 · 1 comment
Closed

Kinesis support #34

markpjohnson opened this issue Apr 21, 2016 · 1 comment

Comments

@markpjohnson
Copy link

Claudia is awesome. Any chance you will be adding support for Kinesis event triggers?

I have the use case where I need an API Gateway to put records onto a Kinesis stream, and a Lambda function is triggered by the Kinesis stream. Do you think Claudia can/will support something like that, or do you think I will have to do a little hacking to connect the dots myself?

@gojko
Copy link
Member

gojko commented Apr 21, 2016

Claudia doesn't have a command to wire in Kinesis events, but from what I can see, you just need to execute the command line from section 3.2 from this page: http://docs.aws.amazon.com/lambda/latest/dg/with-kinesis-example-configure-event-source.html

You will also probably need to attach a policy when creating the lambda (using --policies in the create command) to allow the lambda to access your kinesis streams.

I don't have any experience with Kinesis, but if you want to add another command to Claudia that automates these two steps, I'll be glad to merge the pull request.

@gojko gojko closed this as completed Apr 21, 2016
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

2 participants