lambda-request-parser

module
v0.0.0-...-f546893 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2022 License: MIT

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

Path Synopsis
examples
simple module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL