Replies: 1 comment
-
Sorry it turns out that my CI had a misconfiguration. Closing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm a relatively new to bref, and having a problem on running a s3-event-driven Laravel app on AWS Lambda.
Basically, I want to achieve following things:
Here's a snippet of what I'm trying to do.
serverless.yml
path/to/handler.app.php
App\MyHandlers\Handler.php
I could deployed my code, and my code invoked by S3-ObjectCreated event successfully. But the problem is, when
App\MyHandlers\Handler.php
callStorage::disk('s3')->get($s3Key);
, it throws an error likeUnable to read file from location... The AWS Access Key Id you provided does not exist in our records....
.What do I miss?
Please let me know if you have any questions.
Beta Was this translation helpful? Give feedback.
All reactions