From e5d4eeb5fd71449771ed73c466221dab902c8cce Mon Sep 17 00:00:00 2001 From: Robert Peteuil Date: Fri, 12 Apr 2019 17:14:58 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e39de9f..f4041ea 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This Lambda Function forwards subject & body of SNS messages to CloudWatch Log G ``` ruby module "sns_logger" { source = "robertpeteuil/sns-to-cloudwatch-logs-lambda/aws" - version = "1.0.0" + version = "1.0.1" aws_region = "us-west-2" sns_topic_name = "projectx-logging"