From 28187f702fbad48bbec13bf11ec08c79afc9486f Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Fri, 24 Sep 2021 09:16:18 +0200 Subject: [PATCH] docs: Added a mention of good examples - https://github.com/1Mill/serverless-tf-examples --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b0f5443b..5ac0b87b 100644 --- a/README.md +++ b/README.md @@ -578,6 +578,11 @@ Q4: What does this error mean - `"We currently do not support adding policies fo - [Event Source Mapping](https://github.com/terraform-aws-modules/terraform-aws-lambda/tree/master/examples/event-source-mapping) - Create Lambda Function with event source mapping configuration (SQS, DynamoDB, Amazon MQ, and Kinesis). - [Triggers](https://github.com/terraform-aws-modules/terraform-aws-lambda/tree/master/examples/triggers) - Create Lambda Function with some triggers (eg, Cloudwatch Events, EventBridge). +# Examples by the users of this module + +- [1Mill/serverless-tf-examples](https://github.com/1Mill/serverless-tf-examples/tree/main/src) + + ## Requirements