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

Add error checking around dynamo update #19

Open
wants to merge 1 commit into
base: serverless
Choose a base branch
from

Conversation

ryanchard
Copy link

Adds error handling on the dynamodb update. This was previously causing a 502 due to the results being over 400kb and unable to be inserted into dynamo.

Open question: Should we skip adding the result to dynamo and just pass it back? We would need to add error handling to make sure the result was not too large to fit in step functions states.

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

Successfully merging this pull request may close these issues.

1 participant