Open Caceres-Joseph opened 2 years ago
Hello,
I had the same problem and i opened a pull-request to resolve this... #20
the return of AWS library is "/Aws/Result", this package accepts only "array". to resolve temporarily in my projects i add the following command in my pipelines:
sed -i 's,(array $result):\ array,($result),g' vendor/georgeboot/laravel-echo-api-gateway/src/SubscriptionRepository.php
this solved it for me until it fixed it definitively
Hi @georgeboot
I have created a route for call the broadcast like this
This is my event
/app/Events/Hello.php
I already checked that the lambda has permissions for the DynamoDB table but I noticed that the Dynamo table is empty, that could be why I get this error when calling the event
Do you know what could be?
Thanks