填充程序:在AWS Lambda上运行的Go项目的HTTP处理程序填充程序 源码
垫片 Shim是通过Lambda和标准库http.Handler接口在API网关集成请求之间的薄层。 它允许您编写简单的ol'Go并在Lambda上进行最少的修改即可运行。 带上自己的路由器! Shim使用对其依赖关系进行建模。 例 有关shim如何与其他AWS无服务器工具(如和配合的广泛示例,请转到的 注意:API网关 确保已启用中的以确保您的应用程序接收到发送到API Gateway端点的每个请求。 码 package main import ( "fmt" "net/http" "github.com/aws/aws-lambda-go/lambda" "github.
文件列表
shim-master.zip
(预估有个16文件)
shim-master
shim.go
2KB
log.go
223B
shim_test.go
4KB
api_gateway_proxy_response.go
2KB
buildspec.yml
385B
http_request_test.go
3KB
response_writer.go
888B
LICENSE
1KB
response_writer_test.go
552B
暂无评论