Skip to content

rsc-rfrench/golang-lambda-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Lambda Router

Example of request routing for Golang on Lambda

Goals

  • Write something specifically for Lambda
    • Small collection of routes
    • No need for caching routes since the lambda will not live long
  • Applications should look like libraries, be thoroughly testable without http

Prior Art

About

Example of request routing for Golang on Lambda

Resources

License

Stars

Watchers

Forks

Packages

No packages published