How To Scale Python in AWS Lambda
Introduction Today we will discuss how to scale Python in AWS Lambda. I have been using a lot of Python lately to implement ETL (extract transform load) jobs along side with DynamoDB as the database of choice. While these tasks are always invoked with small jobs there’s some that does take longer than usual to …