From eb79501bbf87ba0bc5a4fe166d5d947eeb232190 Mon Sep 17 00:00:00 2001 From: Gabe Farrell <101588735+mnrva-dev@users.noreply.github.com> Date: Thu, 16 Feb 2023 19:55:19 -0500 Subject: [PATCH] Add README --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0dc0629 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# GoLambda +An example Lambda application written in Go. Read the blog post: https://mnrva.dev/2023/02/15/creating-serverless-web-applications-with-aws-lambda-and-go/