This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-23
Channels
- # beginners (114)
- # cljsrn (19)
- # clojure (35)
- # clojure-austin (1)
- # clojure-italy (9)
- # clojure-russia (8)
- # clojure-spec (6)
- # clojure-uk (5)
- # clojurescript (32)
- # datomic (12)
- # editors (3)
- # emacs (1)
- # hoplon (4)
- # jobs (6)
- # jobs-discuss (1)
- # luminus (2)
- # onyx (11)
- # parinfer (2)
- # portkey (6)
- # re-frame (7)
- # reagent (9)
- # remote-jobs (3)
- # schema (2)
- # shadow-cljs (23)
- # spacemacs (2)
- # specter (13)
- # vim (3)
- # yada (6)
@cgrand: I think pk/mount! is amazing. I haven't quite wrapped my head around what is possible with lambda + au4ora + dynamodb.
One thing I think would be amazing would be portkey providing an easy way to define state that is stored in aurora / dynamodb
if portkey provided util functions dynamo-set! dynamo-get aurora-exec-sql , I think it would complete all my current needs
when portkey talksa bout 'tree shaking' does it mean: 1. lambda has limited size uploads 2. your project has lots of dependencies 3. so we are going to do some voodoo black magic, figure out the minimal dependencies the function you want to upload depends on -- and only package that subset