babashka / pod-babashka-aws

Deprecated, use https://github.com/grzm/awyeah-api
Apache License 2.0
61 stars 14 forks source link

Reflection bug #8

Closed borkdude closed 3 years ago

borkdude commented 3 years ago

I'm getting the same kind of error related to reflection as in #7 with:

(prn (aws/invoke s3 {:op :CreateBucket :request {:Bucket "michiel-bucket"
                                                 :CreateBucketConfiguration {:LocationContraint "EU"}}}))
Type:     clojure.lang.ExceptionInfo
Message:  java.lang.Exception: Not supported: class java.lang.IllegalArgumentException
Location: /tmp/s3.clj:17:6
borkdude commented 3 years ago

Fixed.