Forwards events received from a SNS topic to another SNS topic
To build the lambda function run the following.
npm install
npm build
To run the tests.
npm test
The following will package the lambda function into a zip bundle to allow manual deployment.
zip -q -r dist/lambda.zip node_modules dist
The Lambda function requires publish permissions to the SNS topic.
The environment variables below must be set:
- SNS_ARN