Tag Archives: aws-lambda
Adding Custom Python Packages for AWS Lambda Functions
Python is a popular language along with Javascript (NodeJS) for writing AWS lambda functions. Lambda function written in Python support the core modules, so one may choose to use the http.client instead of much simpler requests. However, if the function … Continue reading
Posted in Containers, Programming
Tagged aws-lambda, containers, docker, functions, serverless
Leave a comment