Metadata-Version: 2.1
Name: fastapi_lambda_router
Version: 0.0.1
Summary: A fastapi router for AWS Lambda that fixes a small issue
Author-email: Aaron Visschedijk <aaron.visschedijk@gmail.com>
Project-URL: Homepage, https://github.com/aaron-visschedijk/lambda-fastapi-router
Project-URL: Bug Tracker, https://github.com/aaron-visschedijk/lambda-fastapi-router/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Router for running fastapi on Lambda

Running fastapi on lambda can cause some issues that will cause the router to get stuck in an infinite 307 redirect loop. This tiny wrapper for the fastapi APIRouter aims to solve this issue.


# Usage

This router is used the same way as the fastapi APIRouter
