You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
For the extra credit part of the workshop, specifically https://data-processing.serverlessworkshops.io/stream-processing/05-extra-credit/05-01-eh-cp-bb.html the provided lambda code does not work. The lambda executes once and no retries occur. The earlier section with just bisection works and I can see the calls made to the lambda and the records written to DDB. I am not certain, but it might be due to the place where batchItemFailures is being returned (i.e. not in the main handler).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For the extra credit part of the workshop, specifically https://data-processing.serverlessworkshops.io/stream-processing/05-extra-credit/05-01-eh-cp-bb.html the provided lambda code does not work. The lambda executes once and no retries occur. The earlier section with just bisection works and I can see the calls made to the lambda and the records written to DDB. I am not certain, but it might be due to the place where
batchItemFailures
is being returned (i.e. not in the main handler).The text was updated successfully, but these errors were encountered: