Skip to content

Commit 1f68955

Browse files
added README and updated buildall.sh
1 parent cdde4c2 commit 1f68955

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Structured logging with Amazon CloudWatch
2+
3+
Example code for producing Structured logs and ingesting and visualizing with Amazon CloudWatch.
4+
5+
## Blog posts
6+
7+
Blog posts about this topic:
8+
9+
* [Structured Logging with Amazon CloudWatch](https://reflectoring.io/struct-log-with-cw/)
10+

build-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ if [[ "$MODULE" == "module7" ]]
8787
then
8888
# ADD NEW MODULES HERE
8989
# (add new modules above the rest so you get quicker feedback if it fails)
90+
build maven_module "aws/structured-logging-cw"
9091
build_gradle_module "kotlin/coroutines"
9192
build_maven_module "core-java/streams/data-streams"
9293
build maven_module "aws/kinesis"

0 commit comments

Comments
 (0)