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