Skip to content

lambdaurl converts an `http.Handler` into a Lambda request handler

License

Notifications You must be signed in to change notification settings

Finatext/lambdaurl-buffered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambdaurl-buffered

lambdaurl converts an http.Handler into a Lambda request handler. It supports Lambda Function URLs configured with buffered response mode.

Lambda functions with

e := echo.New()
e.GET("/hc", HealthCheck)

// lambda from github.com/aws/aws-lambda-go/lambda
lambda.Start(lambdaurl.Wrap(e))

License

This project is a redistribution with modifications of code from: https://github.com/aws/aws-lambda-go/blob/main/lambdaurl/http_handler.go

About

lambdaurl converts an `http.Handler` into a Lambda request handler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages