How to Create a Python HTTP API with AWS API Gateway and Lambda
login the aws console .preferably free-tier
create lambda function with any desired title
write code in python in code session of lambda
go to the api gateway, create routes for get and post for the lambda function , use htttp api deploy.
deploy t...
aparnamantravadi.hashnode.dev1 min read