Skip to content

Example app to be deployed to AWS as an API Gateway / Lambda Stack

License

Notifications You must be signed in to change notification settings

wolfit/fastapi-aws-lambda-example

 
 

Repository files navigation

Disclaimer

I won't answer issues or emails regarding the project anymore.

The project is old and not maintained anymore. I'm not sure if it still works this way, but maybe it can still serve as a starting point for your exploration.

fastapi-aws-lambda-example

for a detailed guide on how to deploy a fastapi application with AWS API Gateway and AWS Lambda check this

This fork has done the following changes:

  • Updated the project to use Python 3.8
  • Updated Python dependencies
  • Introduced DynamoDB and an endpoint to use it
  • Introduced a serverless frontend served by Cloudfront and S3 (static web hosting). The intended use is to put your Vue/React/Angular SPA in the created S3 bucket and utilize the serverless API.

Missing:

  • DNS records in Route53
  • SSL certificates
  • A lot more... :-)

About

Example app to be deployed to AWS as an API Gateway / Lambda Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.4%
  • Jupyter Notebook 23.9%
  • Dockerfile 3.1%
  • HTML 0.6%