Open if-gh opened 5 years ago
This should be fixed in release 2.7.1 https://github.com/awslabs/aws-lambda-redshift-loader/releases/tag/2.7.1
Hi Ian, thanks for timely response!
I tried 2.7.1
and it seems the logging is not working properly, the CloudWatch log is showing nothing after I uploaded a file.
The above error seems only happen after sending the SNS, I tested 2.7.0
again and found that I am able to receive the SNS message regardless. So I used SuppressFailureStatusOnSuccessfulNotification = 'true'
to prevent it triggering CloudWatch alarms.
Hi,
I just deployed
2.7.0
and uploaded a test file to S3 bucket with wrong format to test the notification, but it seems lambda function failed when trying to send SNS. I wonder if this is caused by incompatibility with runtime environment? Got the same error when usingnodejs10.x
andnodejs12.x
. CloudWatch log:and on
nodejs8.10
:~Since
nodejs8.10
is approaching end of life: https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html~0.10
have long deprecated and is no longer available in AWS Lambda, I wonder if there is any plan for supporting10.x
and12.x
?