Releases: patheard/aws-fastapi-lambda
Releases · patheard/aws-fastapi-lambda
v1.0.4
fix: disable cache on API gateway stage (#8)
This was breaking the `/{proxy+}` integration as it was treating all
requests as the same path.
v1.0.3
fix: move uvicorn into dev requirements (#5)
v1.0.2
docs: add request flow description & lib links