-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e77c7d
commit d914ecc
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |