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
* feat(parser): infer model from type hint if possible
* chore(parser): remove unnecessary branch
* Small changes
---------
Co-authored-by: Leandro Damascena <[email protected]>
handler(event=json.dumps(payload), context=LambdaContext()) # also works if event is a JSON string
119
119
```
120
120
121
+
Alternatively, you can automatically extract the model from the `event` without the need to include the model parameter in the `event_parser` function.
0 commit comments