fiberadapter

package
v0.0.0-...-fc94a0b Latest Latest
Warning

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

Go to latest
Published: May 29, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package fiberadapter adds Fiber support for the aws-severless-go-api library. Uses the core package behind the scenes and exposes the New method to get a new instance and Proxy method to send request to the Fiber app.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FiberLambda

type FiberLambda struct {
	core.RequestAccessor
	// contains filtered or unexported fields
}

FiberLambda makes it easy to send API Gateway proxy events to a fiber.App. The library transforms the proxy event into an HTTP request and then creates a proxy response object from the *fiber.Ctx

func New

func New(app *fiber.App) *FiberLambda

New creates a new instance of the FiberLambda object. Receives an initialized *fiber.App object - normally created with fiber.New(). It returns the initialized instance of the FiberLambda object.

func (*FiberLambda) Proxy

Proxy receives an API Gateway proxy event, transforms it into an http.Request object, and sends it to the fiber.App for routing. It returns a proxy response object generated from the http.ResponseWriter.

func (*FiberLambda) ProxyV2

ProxyV2 is just same as Proxy() but for APIGateway HTTP payload v2

func (*FiberLambda) ProxyWithContext

ProxyWithContext receives context and an API Gateway proxy event, transforms them into an http.Request object, and sends it to the echo.Echo for routing. It returns a proxy response object generated from the http.ResponseWriter.

func (*FiberLambda) ProxyWithContextV2

ProxyWithContextV2 is just same as ProxyWithContext() but for APIGateway HTTP payload v2

type FiberLambdaALB

type FiberLambdaALB struct {
	core.RequestAccessorALB
	// contains filtered or unexported fields
}

FiberLambda makes it easy to send API Gateway proxy events to a fiber.App. The library transforms the proxy event into an HTTP request and then creates a proxy response object from the *fiber.Ctx

func NewALB

func NewALB(app *fiber.App) *FiberLambdaALB

New creates a new instance of the FiberLambda object. Receives an initialized *fiber.App object - normally created with fiber.New(). It returns the initialized instance of the FiberLambda object.

func (*FiberLambdaALB) Proxy

Proxy receives an API Gateway proxy event, transforms it into an http.Request object, and sends it to the fiber.App for routing. It returns a proxy response object generated from the http.ResponseWriter.

func (*FiberLambdaALB) ProxyWithContext

ProxyWithContext receives context and an API Gateway proxy event, transforms them into an http.Request object, and sends it to the echo.Echo for routing. It returns a proxy response object generated from the http.ResponseWriter.

Jump to

Keyboard shortcuts

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