This project shows a simple SQS Events example with Jets.
git clone https://github.com/tongueroo/jets-sqs-example demo
cd demo
bundle
Next, we'll deploy the app to AWS Lambda with jets deploy.
jets deploy
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:
If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I'd appreciate it!