aws/aws-lambda-go

Libraries, samples and tools to help Go developers develop AWS Lambda functions.

Go
This is stars and forks stats for /aws/aws-lambda-go repository. As of 02 May, 2024 this repository has 3403 stars and 558 forks.

AWS Lambda for Go Libraries, samples, and tools to help Go developers develop AWS Lambda functions. To learn more about writing AWS Lambda functions in Go, go to the official documentation Getting Started // main.go package main import ( "github.com/aws/aws-lambda-go/lambda" ) func hello() (string, error) { return "Hello λ!", nil } func main() { // Make the handler available for Remote Procedure Call by AWS Lambda lambda.Start(hello) } Building your function Preparing a binary to deploy to AWS...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
tektoncd/pipelineGoOther8k+101.7k+1
optiv/ScareCrowGo2.6k04610
patrickmn/go-cacheGo7.5k08680
external-secrets/external-secretsGoHCLMakefile3.1k+23576+4
inancgumus/learngoGoOther17.7k02.4k0
actions-runner-controller/actions-runner-controllerGoShellSmarty3.7k09240
aws/aws-sdk-goGoOther8.4k02.1k0
argoproj/argo-cdGoTypeScriptLua14.3k+594.3k+15
kubernetes-sigs/kubebuilderGoShellOther6.9k01.3k0
kubeapps/kubeappsGoTypeScriptShell4.7k07170