serverless api example:Golang无服务器API的示例 源码
无服务器API示例-Golang 请在此处撰写://需要包括 建筑 此回购宽松地遵循Bob叔叔的干净架构。 存储库本身将与特定域相关的功能分组到其自己的程序包中。 在这种情况下,/ users。 交付层包括http,因此您可以将此回购作为标准Web服务器运行。 或作为Lambda路由器。 业务逻辑是作为用例编写的,并且我们包括数据层的存储库。 跑步 本地 如果要使用纯http服务器在本地运行它,请执行以下命令: $ make run-local // port 8005 $ curl localhost:8005 无服务器 通过CloudFormation应用。 这是为Lambda函
文件列表
serverless-api-example-master.zip
(预估有个27文件)
serverless-api-example-master
pkg
helpers
router.go
1KB
handlers.go
837B
cmd
server
main.go
339B
package.json
292B
infrastructure
暂无评论