AwsLambdaIntegration fix
The prior version of ChaliceIntegration
only works for @app.route()
, but for the event, the code is run directly in a lambda. This change ensures both integrations are included.
The prior version of ChaliceIntegration
only works for @app.route()
, but for the event, the code is run directly in a lambda. This change ensures both integrations are included.