Skip to content

Commit

Permalink
📝 improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleduigou committed Mar 18, 2024
1 parent 7e77c7d commit d914ecc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# slog-aws-lambda
# 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

0 comments on commit d914ecc

Please sign in to comment.