Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1017 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 1017 Bytes

Serverless Framework to create SNS Topic and Topic Policy

This template demonstrates how to deploy SNS topic and add Access policy for S3 bucket to publish messages to SNS using the Serverless Framework.

Usage

Deployment

In order to deploy the example, you need to run the following command:

$ serverless deploy

After running deploy, you should see output similar to:

Deploying sns-topic-with-policy to stage dev (us-east-1)

✔ Service deployed to stack sns-topic-stack (103s)


Need a faster logging experience than CloudWatch? Try our Dev Mode in Console: run "serverless dev"