Skip to content

r-konishi/lambda-request-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages