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