cloudposse / terraform-aws-lambda-function

A module for launching Lambda Fuctions
https://cloudposse.com/accelerate
Apache License 2.0
30 stars 40 forks source link

Minor: Implementation of the `aws_lambda_event_source_mapping` resource to easily set a stream or a queue as trigger for lambda. #75

Open nnsense opened 2 weeks ago

nnsense commented 2 weeks ago

what

Implementation of the aws_lambda_event_source_mapping resource, allowing to set a Kinesis stream, DynamoDB stream, or SQS queue as a trigger for lambda. I've purposely kept things simple allowing only a few variables:

why

It's useful to get lambda triggered by other resources without having to set just one resource in another module.

milldr commented 2 weeks ago

/terratest

milldr commented 2 weeks ago

/terratest

milldr commented 2 weeks ago

/terratest

nnsense commented 2 weeks ago

Hi @milldr I think I've fixed the terraform/tofu testing passing a few fake parameters, let me know if that's OK and we're ready for another go :)

milldr commented 2 weeks ago

/terratest

nnsense commented 2 weeks ago

Cloudposse Dynamo DB table module added to examples

milldr commented 2 weeks ago

/terratest

milldr commented 1 week ago

/terratest