- Improved README example
- Can now pass in a custom lambda context.
No significant changes.
No significant changes.
add_integration
now accepts "ANY" as a http method as a catch-alladd_integration
now returns anIntegration
object with attributes forresource
,method
andendpoint
No significant changes.
No significant changes.
- Renamed fixture
apigateway
->apigateway_mock
andApiGateway
->ApiGatewayMock
- Transform dictionary output to httpx.Response object
- Make
apigateway
available as apytest
fixture.