Backing up AWS lambda functions
There might be a built-in method to do so, but I haven’t found one. I wanted to download packages of all the lambda files I have in AWS and ended up creating a script to do it. Of course you should replace the –region parameter with the AWS region you run your AWS lambda functions …