tongueroo / jets-sns-example

Jets SNS Events Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jets SNS Events Example

BoltOps Badge

This project shows a simple SNS Events example with Jets.

Usage

git clone https://github.com/tongueroo/jets-sns-example demo
cd demo
bundle

Deploy

Next, we'll deploy the app to AWS Lambda with jets deploy.

jets deploy

Publish Test Message

Here's an example of publishing a test message with the aws sns publish cli.

aws sns publish --topic-arn arn:aws:sns:us-west-2:112233445566:my-topic --message '{"default": "test message"}'

Here's the blog article:

  • Blog Post:

If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I'd appreciate it!

About

Jets SNS Events Example


Languages

Language:Ruby 100.0%