A sample AWS Lambda function that accepts messages from an Amazon Kinesis Stream and transfers the messages to another data transport.
288
stars
60
forks
source link
adds env var DDB table workaround for custom table names #28
Closed
ebahsini closed 7 years ago
Ran into a similar issue as: https://github.com/awslabs/aws-lambda-fanout/issues/23
Attempted a hacky workaround leveraging lambda environment variables. Goal was minimal changes to the current process flow.
Not currently backwards compatible.