Skip to content

Instantly share code, notes, and snippets.

View amwill04's full-sized avatar

Alan amwill04

  • South East - England
View GitHub Profile
@amwill04
amwill04 / error-capture.go
Created February 10, 2020 22:31
AWS Lambda Golang Error Capture
package main
import (
"fmt"
"github.com/aws/aws-lambda-go/lambda"
"runtime/debug"
"time"
)
func main() {