lambda-express-middlewares
Express like middlewares for AWS lambdas
Express like middlewares for AWS lambdas
A module for simplifying development with aws lambda by providing a pattern for modularizing the pre-processing that typically takes place before core business logic is executed (e.g. initialization, authentication/authorization, http header injection...e