acarste's avatar

Having trouble getting AWS SQS to work with my lumen API

Hello everyone, I have been trying to figure out how to configure SQS with lumen, so far I followed every step provided in the dusterio/laravel-aws-worker github repo https://github.com/dusterio/laravel-aws-worker. I'm being able to push the jobs to the queue, but at the time AWS posts back to /worker/queue I get a 404 error.

For your reference this is the project in which I'm working on: https://github.com/alejandro-carstens/apriori-recommendation-engine

Thanks in advance and have a nice day.

Alejandro

0 likes
1 reply
acarste's avatar
acarste
OP
Best Answer
Level 4

Never mind I fugure it out, I had a problem with the deployment of my SQS worker when running the migrations via the .ebextensions migrations file.

Please or to participate in this conversation.