Ahmed Eid
Explore posts from serversCDCloudflare Developers
•Created by Ahmed Eid on 11/6/2024 in #workers-help
Error: [unenv] fs.readFile is not implemented yet when getting presigned url with s3 packages.
I am trying to get a presigned put url for my R2 bucket, but getting the above error when
getSignedUrl
is executed.
2 replies
CDCloudflare Developers
•Created by Ahmed Eid on 10/31/2024 in #workers-help
database connection doesn't work in / behave strangely in global context.
this doesn't work
this however does work fine.
both work fine in lambdas.
what's happening ?
9 replies
CDCloudflare Developers
•Created by Ahmed Eid on 10/25/2024 in #general-help
my worker is throwing too many, error 1101.
I am migrating from Lambda, I was using this code
but in case of my worker, one request works & the other does not, not sure what's wrong here.
24 replies