Skip to content

Commit 07d6c11

Browse files
committed
Fixed remaining references to old name
1 parent 64ef3c3 commit 07d6c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
"github.com/aws/aws-lambda-go/events"
2626
"github.com/aws/aws-lambda-go/lambda"
27-
"github.com/awslabs/aws-serverless-gin/gin"
27+
"github.com/awslabs/aws-lambda-go-api-proxy/gin"
2828
"github.com/gin-gonic/gin"
2929
)
3030

@@ -94,7 +94,7 @@ stageVarValue := apiGwStageVars["MyStageVar"]
9494
```
9595

9696
## Supporting other frameworks
97-
The `aws-serverless-go-api` library includes two package: `ginlambda` and `core`. The `ginlambda` package contains the [Gin](https://gin-gonic.github.io/gin/)-specific implementation of the library. The `core` package, contains utility methods and interfaces to translate API Gateway proxy events into Go's default `http.Request` and `http.ResponseWriter` objects.
97+
The `aws-lambda-go-api-proxy` library includes two package: `ginlambda` and `core`. The `ginlambda` package contains the [Gin](https://gin-gonic.github.io/gin/)-specific implementation of the library. The `core` package, contains utility methods and interfaces to translate API Gateway proxy events into Go's default `http.Request` and `http.ResponseWriter` objects.
9898

9999
You can see that the [`ginlambda.go`](gin/ginlambda.go) file extends the `RequestAccesor` struct defined in the [`request.go`](core/request.go) file. `RequestAccessor` gives you access to the `ProxyEventToHTTPRequest()` method.
100100

0 commit comments

Comments
 (0)