sethkrasnianski / loopback-aws-api-gateway

Deploy a LoopBack API server AWS API Gateway & Lambda using Claudia.js
6 stars 2 forks source link

Loopback can become big #1

Open PerfectedApp opened 5 years ago

PerfectedApp commented 5 years ago

due to hard limits with lambda and mapping of all features to one lambda, it will be problematic for larger servers.

sethkrasnianski commented 5 years ago

@PerfectedApp this one slipped under my radar. The purpose of this repo was mainly as a proof of concept. We actually ended up switching to EB for the real project, instead of lambdas + API Gateway.

A micro service approach would probably perform well if you did want to leverage something like this.