AWS Lambda with Docker – revisited

There are various ways to leverage docker to develop AWS lambda serverless functions. One recent method is to deploy Python Lambda functions with container images (as specified here). Another method is to develop the Lambda package from within an Amazon Linux docker container and then upload it to AWS Lambda (more details here). A summary …

Continue reading ‘AWS Lambda with Docker – revisited’ »

Linux on Windows 10 via Docker

Wanting to run Linux command line under windows usually brings you to one of two options: Install WSL (Windows Subsystem for Linux) – the main advantage here is performance optimizations made by Microsoft to take the most advantage of the hardware and OS infrastructure. Install Docker for Windows 10 and then create a Linux container …

Continue reading ‘Linux on Windows 10 via Docker’ »