Skip to content

Releases: controlshift/aws-lambda-redshift-loader

v2.8.2

17 Oct 15:25
879d651
Compare
Choose a tag to compare

Merged changes from upstream repository.

Changelog (rebuilt from git history)

2.7.9

  • Fixed an Parquet check and consistency (awslabs#221)
  • Fixing bug in verification of s3 invocation permissions with multiple input sources for the Lambda function
  • Further specifying that source bucket has to be correctly set
  • Fixed a bug in how file sizes were reported in manifest creation, which caused Parquet based loads to fail. This version adds a new batch tracking data structure entryMap which contains not just the filename to be loaded, but also the size of the file obtained from the S3 event. These are then used to generate the Manifest ContentLength value. This version is backward compatible with 2.7.8 which structured batch entries as Lists of Strings, and will support hot upgrade.
  • Dependencies update

2.8.0

  • Fixing issues with 2.7.9 batches
  • Success and Failure SNS Topic descriptions update (awslabs#225)
  • Fix if statement. We can only compare strings, 'open' variable did not exists (awslabs#222)
  • Dependencies update

2.8.2

  • The shell CLI program to check and operate LambdaRedshiftLoader batches (awslabs#234 and awslabs#236)
  • Dependencies update