lambdakiq icon indicating copy to clipboard operation
lambdakiq copied to clipboard

🔄👷 ActiveJob with SQS & Lambda

Results 3 lambdakiq issues
Sort by recently updated
recently updated
newest added

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....