lambda

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package lambda defines lambda datly runtime

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleHttpRequest

func HandleHttpRequest(writer http.ResponseWriter, httpRequest *http.Request) error

func HandleRequest

func HandleRequest(ctx context.Context, request *adapter.Request) (*events.LambdaFunctionURLResponse, error)

Types

type Response added in v0.8.0

type Response struct {
	Headers    http.Header
	Buffer     []byte
	StatusCode int
}

func NewResponse added in v0.8.0

func NewResponse() *Response

func (Response) Header added in v0.8.0

func (r Response) Header() http.Header

func (Response) Write added in v0.8.0

func (r Response) Write(bytes []byte) (int, error)

func (Response) WriteHeader added in v0.8.0

func (r Response) WriteHeader(statusCode int)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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