Creating a Lambda CronJob, from a Custom-Built Python Docker Container

from blog ShavingTheYak, | ↗ original
So I wanted to make a cronjob in lambda… I found myself needing to make a cronjob using AWS Lambda. It was fairly complex, used python and JS (both!) inside of one container and needed to be useable anywhere, both from my local machine or inside of Lambda. I knew there were a few different […]