From dc5b5ef949e86001f1c76078a770d8df091083f1 Mon Sep 17 00:00:00 2001 From: Keeton Hodgson Date: Thu, 17 Jan 2019 18:32:44 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cae5c59..1361592 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is a serverless app that receives a JSON array of strings and forwards them ## App Parameters -1. `SnsTopicName` (required) - Name of SNS topic to publish messages to +1. `SnsTopicName` (required) - Name of SNS topic to publish messages to. This topic needs to be in the same account and same region as this application. 1. `LogLevel` (optional) - Log level for Lambda function logging, e.g., ERROR, INFO, DEBUG, etc. Default: INFO ## App Outputs