Fork me on GitHub
#aws
<
2015-10-22
>
clojuregeek22:10:25

Has anyone been able to use https://github.com/mcohen01/amazonica inside a lambda and it pick up the creds of the lambda key/secret??

clojuregeek22:10:45

this works

(System/getenv "AWS_SECRET_ACCESS_KEY")
To print out to a log message.. but when i try to lein uberjar it seems like it is trying to read the env of my local machine (which is nil) and amazonica gives me "no creds" error