lambdakiq
lambdakiq copied to clipboard
🔄👷 ActiveJob with SQS & Lambda
One of my jobs is raising an exception, which triggers lambdakiq's retry/redrive logic. As part of this, a reader is being called on `Lambdakiq#Queue`: ``` def redrive_policy @redrive_policy ||= JSON.parse(attributes['RedrivePolicy'])...
im having this error on deploy WARNING: The AWS_ACCESS_KEY_ID variable is not set. Defaulting to a blank string. WARNING: The AWS_SECRET_ACCESS_KEY variable is not set. Defaulting to a blank string....
We're interested in using this project at my institution and we'd prefer to use a Cloudformation template (or a CDK project) to deploy the AWS resources independently of the application....
Hello, thank you for maintaining this excellent gem. I've encountered an issue that I'd like to bring to your attention. ## Issue Description When using lambdakiq 2.3.0 with Ruby 3.4,...
Add the `Lambdakiq.config.send_cloud_watch_metrics` variable to deactivate the cloudwatch events. CloudWatch events are activated by default.