Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 986 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 986 Bytes

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!