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 @fintalk.ai/lambda-handlers with all npm packages installed. Try it out:

require("@types/aws-lambda/package.json"); // @types/aws-lambda is a peer dependency. require("@types/qs/package.json"); // @types/qs is a peer dependency. require("fintalk-logger/package.json"); // fintalk-logger is a peer dependency. require("node-match-path/package.json"); // node-match-path is a peer dependency. require("qs/package.json"); // qs is a peer dependency. var lambdaHandlers = require("@fintalk.ai/lambda-handlers")

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

@fintalk.ai/lambda-handlers v1.0.4

Lambda Handlers w/ Typescript Support

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