2024-06-21 22:24:54 +00:00
|
|
|
<script setup lang="ts">
|
2024-06-22 03:18:40 +00:00
|
|
|
import RepoButton from "../components/RepoButton.vue";
|
2024-06-21 22:24:54 +00:00
|
|
|
</script>
|
|
|
|
|
|
|
|
# lambdarouter
|
|
|
|
|
|
|
|
This package contains a router, written in Golang, capable of routing many AWS Lambda API gateway
|
|
|
|
requests to anything that implements the aws-lambda-go Handler interface, all in one Lambda
|
|
|
|
function. It plays especially well with go-kit's awslambda transport package.
|
|
|
|
|
|
|
|
This was originally designed for a work project where we wanted to consolidate code and Lambda
|
|
|
|
functions. It did the job and was used all over our codebase for some time. I imagine it has since
|
|
|
|
been retired.
|
|
|
|
|
|
|
|
<RepoButton href="https://github.com/whip-networks/lambdarouter" />
|