tongueroo / jets-sqs-example

Jets SQS Events Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jets SQS Events Example

BoltOps Badge

This project shows a simple SQS Events example with Jets.

Usage

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

Deploy

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

jets deploy

Send Test Message

Here's an example of publishing a test message with the aws sqs send-message cli.

aws sqs send-message --queue-url https://sqs.us-west-2.amazonaws.com/112233445566/test-queue --message-body '{"test": "hello world"}'

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 SQS Events Example


Languages

Language:Ruby 100.0%