module
Version:
v0.0.0-...-f546893
Opens a new window with list of versions in this module.
Published: Apr 1, 2022
License: MIT
Opens a new window with license information.
README
¶
lambda-request-parser
- Convert the lambda request (QueryStringParameters or RequestBody) to a go struct.
- Provides easy validation with tags. (use go-playground/validator)
Installation
Use go get.
go get -u github.com/r-konishi/lambda-request-parser/parser
Then import the parser package into your own code.
import "github.com/r-konishi/lambda-request-parser/parser"
Usage
test code
exapmles
simple lambda example (with api gateway)
License
Distributed under MIT License, please see license file within the code for more details.
Directories
¶
examples
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.