Skip to content

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
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.

👍

@kaiz-io kaiz-io merged commit e5794f0 into aws-samples:main Nov 26, 2024
7 checks passed
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