Fork me on GitHub
#portkey
<
2017-09-23
>
qqq00:09:06

@cgrand: I think pk/mount! is amazing. I haven't quite wrapped my head around what is possible with lambda + au4ora + dynamodb.

qqq00:09:27

One thing I think would be amazing would be portkey providing an easy way to define state that is stored in aurora / dynamodb

qqq01:09:05

if portkey provided util functions dynamo-set! dynamo-get aurora-exec-sql , I think it would complete all my current needs

qqq21:09:33

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

cgrand21:09:05

that’s it (except that it doesn”t even have to be “lots” of deps)

cgrand21:09:43

I mean: your project doesn’t have to have many direct dependencies for the 50MB limit to be hit.