Amazon web services – Cannot capture CloudWatch logs of Lambda function after Terraform deployment
I ran terraform apply successfully, but none the console.log statements seem to be sent to CloudWatch. I followed this solution: https://stackoverflow.com/a/75157142/9105207 I do see the CloudWatch log group created, but no log streams at all. This is my code: CloudWatch…