Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Unified kinesis and dynamodb event sources

Compare
Choose a tag to compare
@moritzzimmer moritzzimmer released this 05 Feb 10:40
· 15 commits to master since this release

Since v4.4.0 this module supports kinesis aws_lambda_event_source_mappings. With this release both dynamodb and kinesis use the same variables for configuration defaulting to terraform standards.

If you have been using dynamodb as event before, please change stream_event_source_arn to event_source_arn in your module configuration.