https://github.com/iwstkhr/fast-api-using-lambda-web-adapter
Example of FastAPI using Lambda Web Adapter
https://github.com/iwstkhr/fast-api-using-lambda-web-adapter
aws lambda lambda-web-adapter
Last synced: 5 months ago
JSON representation
Example of FastAPI using Lambda Web Adapter
- Host: GitHub
- URL: https://github.com/iwstkhr/fast-api-using-lambda-web-adapter
- Owner: iwstkhr
- License: mit
- Created: 2024-08-11T15:10:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T15:16:06.000Z (9 months ago)
- Last Synced: 2024-11-09T20:44:07.608Z (6 months ago)
- Topics: aws, lambda, lambda-web-adapter
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example of FastAPI using Lambda Web Adapter
This repository is an example of [FastAPI](https://fastapi.tiangolo.com/) using [Lambda Web Adapter](https://github.com/awslabs/aws-lambda-web-adapter).For more information, please refer to [my blog post](https://wasabee.dev/2024/08/aws-lambda-running-fast-api-using-lambda-web-adapter/).