portkey

Portkey: from REPL to Serverless in one call
qqq 2017-09-23T00:59:06.000106Z

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

qqq 2017-09-23T00:59:27.000101Z

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

qqq 2017-09-23T01:01:05.000004Z

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

qqq 2017-09-23T21:00:33.000033Z

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

cgrand 2017-09-23T21:11:05.000006Z

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

cgrand 2017-09-23T21:16:43.000093Z

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