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

Async Lambda with Lambda Extensions #1042

Open
metaskills opened this issue May 10, 2021 · 0 comments
Open

Async Lambda with Lambda Extensions #1042

metaskills opened this issue May 10, 2021 · 0 comments

Comments

@metaskills
Copy link
Contributor

Hi, I am the author of Lamby (https://lamby.custominktech.com) which is a Simple Rack adapter for AWS Lambda letting Rails work with API Gateway. I also have gem for ActiveJob called Lambdakiq (https://github.com/customink/lambdakiq). Was talking with another user of both on how to do async handler within Lambda for this GitHub Issue.

rails-lambda/lambdakiq#2

One idea I proposed is to use the new Lambda Extensions API (https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html) which purports to run async from the handler. I've not dug into this too much and I am not sure if you can seen data to the Extension from the Runtime API... but thought I'd ask if y'all considered updating these docs https://docs.rollbar.com/docs/aws-lambda-ruby with something more async?

https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html
https://aws.amazon.com/blogs/compute/building-extensions-for-aws-lambda-in-preview/

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