From c9f5e0e1cd154a95733e9fa085a23fb601c8994d Mon Sep 17 00:00:00 2001 From: Jesse Kinkead Date: Mon, 27 Mar 2023 09:41:57 -0700 Subject: [PATCH] Fix module links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d0a505..53453fa 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ This module will create a Lambda. If no role ARN is provided, a new role will be Additionally, this repository provides submodules to interact with the lambda function set up by this module: -* [Upload S3 objects using S3 bucket notifications](https://github.com/observeinc/terraform-aws-lambda/tree/main/s3_bucket_subscription) -* [Subscribe CloudWatch Logs to Observe Lambda](https://github.com/observeinc/terraform-aws-lambda/tree/main/cloudwatch_logs_subscription) +* [Upload S3 objects using S3 bucket notifications](https://github.com/observeinc/terraform-aws-lambda/tree/main/modules/s3_bucket_subscription) +* [Subscribe CloudWatch Logs to Observe Lambda](https://github.com/observeinc/terraform-aws-lambda/tree/main/modules/cloudwatch_logs_subscription) * [Collect API snapshots](https://github.com/observeinc/terraform-aws-lambda/tree/main/snapshot) ## Examples