AWS Lambda is yet another amazing service that allows us to run code without making provision for any servers.
One of the things that makes it great is that we just have to upload our code in Lambda and Lambda will take care of all the things related to scaling and high availability.
Things that make it special for the security and DevOps folks is that we can make the Lambda code trigger automatically from other AWS services such as CloudWatch.