Nice, thank you!<p>1. I don't see any mention of a very common omission:<p><pre><code> aws lambda add-permission
</code></pre>
This an IAM resource-based policy necessary for services like SNS and SQS to use Lambda. The web console adds these for you automatically, but when using the CLI it's very easy to forget.<p>2. I would strongly suggest using a tool like Terraform (or Cloudformation if you hate yourself) for actually managing Lambda.