Lambda function errorMessage”: “Cannot read properties of undefined (reading ‘0’)”,
I have a lambda function that is triggered whenever something is saved in my s3 bucket. The aim is to move access logs stored in S3 to CloudWatch log group.
I have a lambda function that is triggered whenever something is saved in my s3 bucket. The aim is to move access logs stored in S3 to CloudWatch log group.