holy-lambda 2022-09-17

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

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