v6.0.13
- Enforced Typescript only development
- Removed building and testing artifacts from publishing
- Exposed the firehose and kinesis references
- Added the ability to provide custom configurations to underlying SDK AWS resources
- Added more typings
- Added Promise versions for the Dynamo Get and Set settings
- Exposed new options for writing to specific kinesis shards
- added the ability to dynamically chose the kinesis shard by using the queue_name (useQueuePartition)
This feature is only reliable when writing to a single queue in a single sdk.load() call
- Added a command logger to turn off/on commands as needed
- By default it will use console.log rather than LeoLogger
- Fast S3 Read - Better closing of s3 streams at the end of the bot's life
- Fast S3 Read - Multiple minor fixes
- Bumped Package version to 6.0.12
- added additional unit tests
- cleaned up unit tests
- Squashed lots of bugs
Full Changes v6.0.8...v6.0.13