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 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.
The text was updated successfully, but these errors were encountered:
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 theevent
andcontext
.The text was updated successfully, but these errors were encountered: