Skip to content

tongueroo/jets-sqs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages