You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cedricbastin I'm having this same issue, were you able to figure it out?
I played around with the async/await options, changed the timeout for the lambda function (cause mine is moving slightly bigger data), and still haven't figured out why. This is weird because a test event works for me when I do the S3 bucket test event, but it doesn't work when ran regularly by doing a natural event to an S3 bucket.
This sample code doesn't work in my AWS Lambda:
This posts mentions something about an async Client but I'm not sure where to put the
await
?https://stackoverflow.com/questions/60609426/aws-httpclient-handlerequest-is-not-working-in-aws-lambda
The text was updated successfully, but these errors were encountered: