cloudposse / terraform-aws-lambda-function

A module for launching Lambda Fuctions
https://cloudposse.com/accelerate
Apache License 2.0
30 stars 40 forks source link

fix: addresses issues with lambda cloudwatch log group #39

Closed Gowiem closed 1 year ago

Gowiem commented 1 year ago

what

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

gberenice commented 1 year ago

Thanks a lot @Gowiem!

Gowiem commented 1 year ago

/test all

Gowiem commented 1 year ago

/terratest

Gowiem commented 1 year ago

/terratest