Hello World with AWS Lambda & Docker
I have been using Lambda functions to run some internal processes for quite a while now. It’s usually things like shutting down non-prod databases out of working hours, a couple of Slack bots… One of the ways to deploy Lambdas is zipping them and pushing them to S3. For some more advanced Node applications I’ve…