go lambda api example 源码
golambda-api-example 用Lambda,API Gateway和DynamoDB用Go编写的RESTful API的示例。 目前仅准备在本地运行。 API具有使用以下模型列出,创建,更新和删除学术课程的方法。 type Course struct { ID string Code string Name string Credits string } 高级文件概述 go-lambda-api-example └ .github/ # Definition for the actions that runs when new └ workflows/ # code is pushed to GitHub. └ course/ # The lambda handl
文件列表
go-lambda-api-example-main.zip
(预估有个23文件)
go-lambda-api-example-main
template.yml
980B
courses
get.go
704B
post.go
926B
main.go
979B
.github
workflows
build.yml
714B
course
暂无评论