Karol Wójcik

Results 36 comments of Karol Wójcik

Sure thing. Feel free to ping me when necessary 😀

I'm using the Emacs with very simple hand crafted configuration and can confirm I can see the issue as well.

@DeLaGuardo How would you expect the following object to be encoded? `null` is not a valid keyword in JSON AFAIK.

@archaic `InputStream` should be supported out of the box by [ReadValue](https://github.com/metosin/jsonista/blob/master/src/clj/jsonista/core.clj#L202) protocol. Try using `json/read-value`.

Do you maybe have a simple repro with step functions? I'm happy to tune HL to make it work. What I can see is you're getting the error in the...

Thank you! Just simple "hello world" on AWS SAM + Step Functions exposing this issue would be enough 😀 Nothing too fancy please.

@mcuervoe please check the latest HL release (0.6.7). This should fix your issue :) FYI: HL now supports both Clojure `ExceptionInfo` and Java classes. (https://github.com/FieryCod/holy-lambda/commit/842b5cf513ab98dfede405dfdc6054a09e7e5ecc) ``` {:errorMessage (.getMessage err) :errorType...

Thanks @chrysophylax. This is certainly a nice enchancement! I'll try to tackle the issue in the end of this week, or in the next one. All the best!

Hi, AWS SAM is a separate tool that HL doesn't control. Please consult AWS SAM documentation on how to change the profile and region in for the invoke command. Typing...

There is nothing like compatibility between AWS SAM and holy-lambda, but rather AWS CLI and Holy Lambda. HL uses AWS_PROFILE for one of it's internal tasks of generating native configuration...