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 was archived by the owner on Sep 10, 2023. It is now read-only.
When the aws_lambda service calls the function, only the event from the payload is passed to the function. This causes an error: missing 1 required positional argument: 'context' since lambda handlers conventially accept the event and context.