From d914ecc464d3256e2acdd712ddb6253b1c61e0b5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Le Duigou Date: Mon, 18 Mar 2024 20:21:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20improve=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bcc9c98..34eeaa5 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# slog-aws-lambda \ No newline at end of file +# slog-aws-lambda + +This project leverages the new [structured logging package](https://pkg.go.dev/log/slog@master) from Go. +This package was introduced in [Go 1.21 release](https://tip.golang.org/doc/go1.21). + +The idea is to provide a log handler that will use the attributes present in the lambda context. + +Also the format is Json. + +🚧 More documentation coming soon... + +Feel free to check my blog in the meantime: http://www.jbleduigou.com \ No newline at end of file