Serverless Thrift APIs in Python on AWS Lambda

This blog post shows a basic example of a Serverless Thrift API with Python for AWS Lambda and AWS API Gateway. Read more

Similar

How to Use Python Map()

This post introduces the reader to Python maps, implemented by the built-in map() function of Python.Map is a powerful function that not only gives us new ways to transform data, but also aids us in... (more…)

Read more »