Skip to content

alextsui05/hello-fastapi-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-fastapi-zip

Starter FastAPI project with a streaming endpoint configured for ZIP deployment on AWS Lambda.

Quickstart

sam build
sam deploy --guided

After deployment, SAM should print out the API endpoint URL. You can use it to test the streaming endpoint:

curl -X POST --no-buffer https://[api-endpoint].execute-api.[region].amazonaws.com/Dev/count

Clean up after you're done:

sam delete

References

About

Starter FastAPI with streaming endpoint for ZIP deployment on AWS Lambda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors