File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed
Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ Simple HTTP adapter for AWS Lambda
1717## Usage
1818### Creating the Adapter
1919#### net/http
20- Build tag: ` http_adapter_vanilla `
2120``` golang
2221package main
2322
@@ -38,7 +37,6 @@ func main() {
3837```
3938
4039#### Echo
41- Build tag: ` http_adapter_echo `
4240``` golang
4341package main
4442
@@ -59,7 +57,6 @@ func main() {
5957```
6058
6159#### Fiber
62- Build tag: ` http_adapter_fiber `
6360``` golang
6461package main
6562
Original file line number Diff line number Diff line change 1- //go:build http_adapter_echo
2- // +build http_adapter_echo
3-
41package echo
52
63import (
Original file line number Diff line number Diff line change 1- //go:build http_adapter_fiber
2- // +build http_adapter_fiber
3-
41package fiber
52
63import (
Original file line number Diff line number Diff line change 1- //go:build http_adapter_vanilla
2- // +build http_adapter_vanilla
3-
41package vanilla
52
63import (
You can’t perform that action at this time.
0 commit comments