ohh, you might run into NS concurrency limits unless you throttle your api gw. I've setup my middle tier such that: 3rd party -> api gw -> stuff -> lambda -> NS RESTLet.
But, have been meaning to put a SQS in front of the lambda, because otherwise the lambda will call NS too fast, greater than our concurrency limit