serverless on davidchua https://dchua.com/tags/serverless/ Recent content in serverless on davidchua Hugo -- gohugo.io en-us Tue, 22 Mar 2016 00:00:00 +0000 Writing a Serverless Python Microservice with AWS Lambda and AWS API Gateway https://dchua.com/posts/2016-03-22-writing-a-serverless-python-microservice-with-aws-lambda-and-aws-api-gateway/ Tue, 22 Mar 2016 00:00:00 +0000 https://dchua.com/posts/2016-03-22-writing-a-serverless-python-microservice-with-aws-lambda-and-aws-api-gateway/ Serverless Architectures are the rage nowadays. In this article, I’ll attempt to walkthrough the process of writing a Serverless Microservice with AWS Lambda and Amazon API Gateway. For people who know me, know that I’m not much of a Pythonista, but doing this blog post helped me to better appreciate Python and its awesome standard libraries and while I could have done this in NodeJS, this was a perfect example to pick up Python while doing something new.