Software Development
How to reduce AWS Lambda latency using custom runtimes
Gero Vermaas 09 Jan, 2020
When you develop an AWS Lambda function in Python, you may require packages which include binary libraries. In this blog we will show you how to use the official Docker Python image to make sure you have a working Lambda.
read on binx.io