文件名称:aws-lambda-go-api-proxy:lambda-go-api-proxy可以轻松移植使用Go框架编写的API,例如Gin(https
文件大小:69KB
文件格式:ZIP
更新时间:2024-06-02 08:46:05
Go
AWS Lambda Go Api代理 借助aws-lambda-go-api-proxy,可以轻松运行使用框架编写的Golang API,例如使用AWS Lambda的和Amazon API Gateway编写的框架。 入门 第一步是安装所需的依赖项 # First, we install the Lambda go libraries $ go get github.com/aws/aws-lambda-go/events $ go get github.com/aws/aws-lambda-go/lambda # Next, we install the core library $ go get github.com/awslabs/aws-lambda-go-api-proxy/... 按照,我们需要为我们的主包声明一个Handler方法。 我们将在全局范围内声明一个gina
【文件预览】:
aws-lambda-go-api-proxy-master
----.travis.yml(49B)
----NOTICE(97B)
----httpadapter()
--------adapter_test.go(987B)
--------adapter.go(2KB)
--------handlerfunc_suite_test.go(206B)
----core()
--------response_test.go(7KB)
--------typesv2.go(217B)
--------responsev2.go(3KB)
--------core_suite_test.go(185B)
--------response.go(3KB)
--------requestv2.go(7KB)
--------request_test.go(12KB)
--------requestv2_test.go(12KB)
--------types.go(484B)
--------responsev2_test.go(7KB)
--------request.go(9KB)
----handlerfunc()
--------adapterv2_test.go(1KB)
--------adapter_test.go(952B)
--------adapter.go(2KB)
--------adapterv2.go(2KB)
--------handlerfunc_suite_test.go(213B)
----gin()
--------adapter.go(2KB)
--------ginlambda_test.go(940B)
--------gin_suite_test.go(189B)
----gorillamux()
--------adapter_test.go(2KB)
--------adapter.go(2KB)
--------gorilla_suite_test.go(204B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(169B)
----sample()
--------pets.go(1KB)
--------sam.yaml(665B)
--------main.go(1KB)
--------go.sum(2KB)
--------go.mod(536B)
----echo()
--------echo_suite_test.go(192B)
--------adapter.go(2KB)
--------echolambda_test.go(781B)
----LICENSE(11KB)
----CONTRIBUTING.md(4KB)
----negroni()
--------adapter_test.go(2KB)
--------adapter.go(2KB)
--------negroni_suite_test.go(208B)
----.gitignore(311B)
----Makefile(504B)
----go.sum(36KB)
----fiber()
--------fiberlambda_test.go(939B)
--------fiber_suite_test.go(195B)
--------adapter.go(4KB)
----CODE_OF_CONDUCT.md(311B)
----README.md(6KB)
----chi()
--------adapter.go(2KB)
--------chilambda_test.go(920B)
--------chi_suite_test.go(189B)
----iris()
--------adapter.go(3KB)
--------iris_suite_test.go(192B)
--------irislambda_test.go(928B)
----go.mod(2KB)