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

Invoking other Lambda functions #46

Closed
jwulf opened this issue Aug 12, 2015 · 5 comments
Closed

Invoking other Lambda functions #46

jwulf opened this issue Aug 12, 2015 · 5 comments

Comments

@jwulf
Copy link
Member

jwulf commented Aug 12, 2015

What's the best way to invoke Lambda functions from JAWS? Should I write something to invoke it via REST, or can I use Lambda.invoke?

@mbreton
Copy link

mbreton commented Aug 12, 2015 via email

@jwulf
Copy link
Member Author

jwulf commented Aug 12, 2015

Sorry, I meant invoking a lambda from inside another lambda.

@mbreton
Copy link

mbreton commented Aug 12, 2015 via email

@austencollins
Copy link
Member

@jwulf Use the AWS SDK to invoke a lambda function from within another lambda function for best performance.

@akleiber
Copy link

akleiber commented Mar 3, 2017

Just in case somebody wants some response from AWS directly - invoking one lambda from another lambda via the AWS SDK is also mentioned by AWS in this blog post: https://aws.amazon.com/blogs/developer/invoking-aws-lambda-functions-from-java/

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

4 participants