Fork me on GitHub
#aws
<
2017-04-03
>
richiardiandrea19:04:11

has anyone messed around with Dynamodb Streams? It looks like it is super super slow to call my lambdas on puts (the latency of the put itself is very low). It takes 37 seconds!!

bhagany19:04:31

in my experience, going from lambda <-> any other aws service is kind of slow. 37 seconds seems excessive, though.

richiardiandrea19:04:23

@bhagany thanks, basically I am doing a put in DynamoDB and triggering the same function using a Dynamo Stream trigger...if I do the diff between the put and the time when the triggered lambda starts I get 37 seconds...but maybe this is not an effective way to test this thing

bhagany19:04:00

that seems reasonable to me

lvh20:04:47

@richiardiandrea how big is your jar

lvh20:04:12

I hear Zach is doing cool things with making proguard not suck with Clojure

lvh20:04:15

I am very excited about this

richiardiandrea20:04:35

I am using JavaScript, the lamdba is very little...Just a pic to in DynamoDB basically

richiardiandrea20:04:45

Oh cool stuff ;)