dusterio / laravel-plain-sqs

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
MIT License
131 stars 92 forks source link

undefined index key (Connector.php) #52

Closed 4l3j4ndr0 closed 2 years ago

4l3j4ndr0 commented 2 years ago

I have an error when use the library on aws ec2 machine with iam rol execution. image

The error is on Connector.php line 22.

i solved this in pull request https://github.com/dusterio/laravel-plain-sqs/pull/51

dusterio commented 2 years ago

@4l3j4ndr0 thanks, this makes sense