Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @kevinwang0316/lambda-middlewares with all npm packages installed. Try it out:

require("@kevinwang0316/log/package.json"); // @kevinwang0316/log is a peer dependency. require("mysql/package.json"); // mysql is a peer dependency. require("mongo-sanitize/package.json"); // mongo-sanitize is a peer dependency. require("@kevinwang0316/jwt-verify/package.json"); // @kevinwang0316/jwt-verify is a peer dependency. require("aws-sdk/package.json"); // aws-sdk is a peer dependency. require("@kevinwang0316/mongodb-helper/package.json"); // @kevinwang0316/mongodb-helper is a peer dependency. require("aws-xray-sdk/package.json"); // aws-xray-sdk is a peer dependency. require("mongodb/package.json"); // mongodb is a peer dependency. require("@kevinwang0316/mysql-helper/package.json"); // @kevinwang0316/mysql-helper is a peer dependency. require("@kevinwang0316/cloudwatch/package.json"); // @kevinwang0316/cloudwatch is a peer dependency. var lambdaMiddlewares = require("@kevinwang0316/lambda-middlewares")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@kevinwang0316/lambda-middlewares v2.0.4

A set of middlewares that helps Lambda functions.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free