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...