Hello,
My app is using Afterburner because I need the gem active_elastic_job to send sqs messages to my queue. Those messages are processed by an Elastic Beanstalk worker.
Sometimes I need to manually send messages (for test purpose) to the queue and I thought about creating a specific job in my Afterburner app that sends a message to the queue.
Is there a way to run a job on an Afterburner app by using the Lambda test events the same way is done in this post: https://blog.boltops.com/2019/01/03/serverless-ruby-cron-jobs-with-jets-route53-backup ?
Thank you!