UNPKG

nbb-lambda-adapter

Version:

NPM package to enable running Clojurescript code on AWS Lambda NodeJS runtime

6 lines (4 loc) 125 B
const handlerProxy = require("nbb-cljs-adapter"); module.exports = { handler: handlerProxy("example.cljs", "handler"), };