Create a Cloud Hosted Python API Server - Using Python Chalice and AWS Lambda
Video Statistics and Information
Channel: DevOps Journey
Views: 1,539
Rating: 5 out of 5
Keywords: aws lambda, api gateway, lambda function, aws api gateway, python serverless, python aws, python aws lambda, python api server, chalice, python chalice, aws chalice, aws chalice tutorial, aws chalice python, aws chalice vs flask
Id: r60-90Stb2o
Channel Id: undefined
Length: 21min 11sec (1271 seconds)
Published: Mon Mar 22 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Hey Everyone,
Just found out about the Python Module Chalice and fell in love with it.
It's similar to Flask, but it allows you to deploy your webapp directly to AWS in one command. So if you use AWS and need a simple webframework try it out for your next project. It's also super cheap to run AWS Lambda(Serverless) functions, with a super good free tier.
https://aws.amazon.com/lambda/pricing/
In the video, I created a simple API server that can return you the date/time and the price of Bitcoin etc. Code is here:
https://github.com/bradmorg/chalice-example