terraform-aws-github-runner
terraform-aws-github-runner copied to clipboard
SQS_WORKFLOW_JOB_QUEUE env variable not set for webhook Lambda
Hi,
we've just deployed the ubuntu example and the SQS_WORKFLOW_JOB_QUEUE
environment variable is empty for the webhook lambda which leads to the issue that the function can't add new messages to the queue.
After setting the env variable manually via the AWS Console to the queue URL it works just fine.
Thanks, Jonas
We've just found out that setting variable enable_workflow_job_events_queue=true
solves the problem.
@jo-koe can you please guide me which version have you used? I am trying to use v5.10.0
@supriyaaaic we have used v5.10.4
thanks @jo-koe 👍
I am closing this issue as it seems like you have solved your issue.