awslambda

package module
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2021 License: MIT Imports: 8 Imported by: 1

README

Go AWS Lambda Utils

Build Status Go Report Card Docs License

Overview

awslambda is helper package for AWS Lambda on Go.

See the docs on pkg.go.dev.

Installation

$ go get github.com/grokify/go-awslambda/...

Contributing

Features, Issues, and Pull Requests are always welcome.

To contribute:

  1. Fork it ( http://github.com/grokify/go-awslambda/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Please report issues and feature requests on Github.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ContentTypeHeaderMissingError         = errors.New("content type header missing")
	ContentTypeHeaderNotMultipartError    = errors.New("content type header not multipart error")
	ContentTypeHeaderMissingBoundaryError = errors.New("content type header missing boundary error")
)

Functions

func NewReaderMultipart

func NewReaderMultipart(req events.APIGatewayProxyRequest) (*multipart.Reader, error)

NewReaderMultipart returns a `*multipart.Reader` given an API Gateway Proxy Request.

func StandardHeader added in v0.1.3

func StandardHeader(header map[string]string) http.Header

Types

This section is empty.

Directories

Path Synopsis
examples
multipart command

Jump to

Keyboard shortcuts

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