Hacker News new | past | comments | ask | show | jobs | submit login

First Python 3, now Go, fantastic. Plus that X-Ray support looks great.

The only thing that surprised me is that the Body struct element is a String, not an io.Reader. Can we not stream large bodies through API Gateway into a Lambda? Does it always read the whole thing before passing it onto my Lambda? Or what's the reason behind the String? I haven't tried this yet, so I'm curious.




The maximum payload is 6MB for synchronous invocations and 128KB for asynchronous invocations.

More info here: https://docs.aws.amazon.com/lambda/latest/dg/limits.html




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: