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

Issue#822 - API Gateway Async Lambda Invocation #1089

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

jfan9
Copy link
Contributor

@jfan9 jfan9 commented Oct 22, 2024

Add a cdk example of Api Gateway asynchronously invoking a lambda function with POST request to process data in the backend and return a jobId, in addition to query the jobId status from a DynamoDB table with GET request. The POST method submits an async request to Lambda, and returns a jobID to the user.

Fixes #822


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@kaiz-io kaiz-io left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just missing the lambda code otherwise looks good and thanks for the contribution.

@kaiz-io kaiz-io added the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Gateway Async Lambda Invocation
3 participants