Fork me on GitHub
#aws-lambda
<
2017-01-12
>
olslash07:01:17

I wrote a little blog post the other day about my (noobish) experiences getting a basic uberjar running on lambda: https://olslash.github.io/blog/Running-Clojure-code-on-AWS-Lambda/

olslash07:01:27

maybe helpful to someone, and suggestions welcome

mj_langford18:01:24

@olslash you can keep your program in the hot cache by continually pinging it via a cron handler. Not that expensive to do.

mj_langford18:01:00

I'm going to try to do some exclusions now that you mention it. That's a good idea to pare down some of the hefty libs

olslash23:01:25

yeah @mj_langford I found out about the exclusions thing from an issue in amazonica github

olslash23:01:30

otherwise the jar was giant

olslash23:01:39

the pinging idea is a good one

olslash23:01:43

i think my biggest win from the process is the bash script/config that automatically uploads the jar with different handlers