文件名称:netlify-lambda-router:类似于Netlify lambda功能的快速路由器
文件大小:32KB
文件格式:ZIP
更新时间:2024-06-17 08:09:12
express lambda-functions netlify netlify-functions netlify-lambda
netlify-lamba-路由器 类似于Netlify lambda功能的快速路由器。 只是一个依赖项: path-to-regexp 。 express使用相同的库来解析/匹配路径。 地位 尽管这对于我的应用程序的早期版本来说很好用,但是我已经从Netlify迁移到Zeit Now,后者的路由基于文件系统。 该仓库目前未维护。 用法 const router = require ( 'netlify-lambda-router' ) ( ) ; // Not quite, it's not published to NPM (yet) router . get ( '/things/:id' , async ( req ) => { const thing = await getThing ( req . params . id ) ; return { statu
【文件预览】:
netlify-lambda-router-main
----index.js(2KB)
----package.json(558B)
----FUNCTIONS.md(565B)
----jest.config.js(49B)
----index.test.js(1KB)
----.gitignore(13B)
----.prettierrc.js(80B)
----README.md(1016B)
----yarn.lock(103KB)