Skip to content

v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 16:37
· 27 commits to main since this release
0d85859

🚀 Enhancements

fix: addresses issues with lambda cloudwatch log group @Gowiem (#39)

what

  • Updates CloudWatch log group name for required pattern

why

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/.

references

  • This is an update of #34 as that was blocked from editing. Closes #34