This is a serverless app that receives a JSON array of strings and forwards them to an SNS topic.
- Create an AWS account if you do not already have one and login
- Go to the app's page on the Serverless Application Repository and click "Deploy"
- Provide the required app parameters (see parameter details below) and click "Deploy"
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.LogLevel
(optional) - Log level for Lambda function logging, e.g., ERROR, INFO, DEBUG, etc. Default: INFO
SnsForwarderFunctionName
- Name of the lambda functionSnsForwarderFunctionArn
- Arn of the lambda functionSnsForwarderFunctionDLQArn
- Arn of the lambda function's DLQ
This sample code is made available under the MIT license.