FieryCod / holy-lambda

The extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.
https://fierycod.github.io/holy-lambda
MIT License
342 stars 20 forks source link

Babashka --config parameter ignored when using hl tasks #93

Open brianium opened 1 year ago

brianium commented 1 year ago

Describe the bug holy-lambda.tasks does not honor the --config switch for babashka

It looks like holy-lambda.tasks slurps the contents of bb.edn regardless of the --config parameter used by babashka

To reproduce

Expected behavior The docker settings provided in bb.arm.edn should be honored. In this case I would expect the aarch64 image to be used instead of the amd64 one used in bb.edn

Extra information:

brianium commented 1 year ago

I've tested the linked PR locally and it seems to work a treat.

Please let me know if I can provide anything else 🙇🏻

Thank you so much for this excellent tool