文件名称:sam-cli-node-bookshelf-api:使用AWS SAM CLI在本地实现的REST API
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-03 08:35:18
JavaScript
书架 这是书架的示例模板-以下是对我们为您生成的内容的简要说明: . ├── README.md < -- This instructions file ├── hello_world < -- Source code for a lambda function │ ├── app.js < -- Lambda function code │ ├── package.json < -- NodeJS dependencies │ └── tests < -- Unit tests │ └── unit │ └── test_handler.js └── template.yaml
【文件预览】:
sam-cli-node-bookshelf-api-master
----template.yaml(3KB)
----put_data.json(142B)
----data.json(71B)
----.gitignore(2KB)
----README.md(5KB)
----hello_world()
--------package.json(424B)
--------tests()
--------app.js(518B)
--------yarn.lock(6KB)
----bookshelf()
--------package.json(54B)
--------events()
--------app.js(2KB)
--------yarn.lock(3KB)
----.vscode()
--------launch.json(695B)