aws-lambda-redshift-copy icon indicating copy to clipboard operation
aws-lambda-redshift-copy copied to clipboard

AWS Lambda function that runs the copy command into Redshift

Results 2 aws-lambda-redshift-copy issues
Sort by recently updated
recently updated
newest added

Hi CloudWatch shows the following error : An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist.: NoSuchKey Traceback (most recent call last): File "/var/task/copy.py",...

Hi When I build the zip (zip -r9 function.zip .) and upload it, I get the following error when testing Unable to import module 'copy': cannot import name copy Also...