The AWSLambdaBasicExecutionRole is an AWS managed policy, and one of the most common managed policies you should consider using, at least for quick development; it's the minimum amount of permissions to see what your AWS Lambda functions are
cloudwatch
A collection of 4 posts
Cleaning up Lambda Logs with CloudFormation
Is your CloudWatch Logs console full of old log groups? Got 50 pages of Lambda log groups? Don't worry, I have the solution for you! The issue here is not the cost; While there is a cost associated
Understanding CloudWatch Events
When I first used CloudWatch Events [https://blog.rowanudell.com/scheduling-lambda-functions-with-the-aws-cli/] I knew just enough to get the job done. As I've played with it more, I've realised that the
Scheduling Lambda Functions with CloudWatch Events using the AWS CLI
While it was really cool when AWS Lambda scheduled functions [https://aws.amazon.com/blogs/aws/aws-lambda-update-python-vpc-increased-function-duration-scheduling-and-more/] were announced, it was a bit of a let-down to find out