文件名称:aws-serverless-micro:在 AWS Lambda 上部署微函数
文件大小:93KB
文件格式:ZIP
更新时间:2024-08-24 01:43:44
aws-lambda serverless zeit micro JavaScript
AWS 无服务器微型 在 AWS Lambda 上运行函数。 微函数的一个非常薄的层,它可以做两件事: 将 API 网关event对象重塑为 将返回的到 Lambda 代理对象。 受到启发。 与微: // The Micro function $ cat my - api . js module . exports = async ( ) => 'Welcome to Micro' // Running with `micro` $ micro my - api . js micro: Accepting connections on port 3000 使用aws-serverless-micro : // The Micro function $ cat my - api . js module . exports = async ( ) => 'Welcome to
【文件预览】:
aws-serverless-micro-master
----.dependabot()
--------config.yml(223B)
----IncomingMessage.js(2KB)
----.eslintrc(173B)
----.github()
--------workflows()
----yarn.lock(150KB)
----LICENSE(1KB)
----test()
--------harness.test.js(1KB)
--------IncomingMessage.test.js(2KB)
--------fixtures()
--------events()
--------__snapshots__()
----README.md(2KB)
----prettier.config.js(104B)
----.gitignore(924B)
----index.js(6KB)
----package.json(995B)