Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:awslabs/aws-serverless-sns-forwarder
Browse files Browse the repository at this point in the history
  • Loading branch information
keetonian committed Jan 18, 2019
2 parents 2edf4a0 + dc5b5ef commit 3a19f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a19f50

Please sign in to comment.