v0.5.1
🚀 Enhancements
fix: addresses issues with lambda cloudwatch log group @Gowiem (#39)
what
- Updates CloudWatch log group name for required pattern
why
- AWS requires the log group pattern to be specific for Lambda to be able to log to it. From https://docs.aws.amazon.com/lambda/latest/dg/monitoring-cloudwatchlogs.html#monitoring-cloudwatchlogs-prereqs:
You can insert logging statements into your code to help you validate that your code is working as expected. Lambda automatically integrates with CloudWatch Logs and pushes all logs from your code to a CloudWatch Logs group associated with a Lambda function, which is named /aws/lambda/.