holy-lambda

Benjamin 2022-09-17T10:13:29.459559Z

When I use the default sam + babashka, does the runtime environment include a curl install? (Can I use babashka.curl) ?

Karol Wójcik 2022-09-18T11:46:19.562379Z

You should, but as far as I remember the babashka curl writes headers to a disk which will rather not work with Lambda since the file system is readonly.

✔️ 1