Amazon SNS to AWS Lambda to a Slack channel

Amazon SNS → AWS Lambda

Creating a SNS topic to publish to Slack channel via AWS Lambda

This sample project demonstrates the publishing of messages from an SNS topic to an AWS Lambda function, which in turn triggers notifications to a Slack channel.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/sns-lambda-slack-integration-SAM

Deploy

sam deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

Ibraheem Khaleel

AWS Cloud Support Engineer