You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,10 @@ Each example can be copied from its subdirectory and used independently of the r
5
5
6
6
## Examples
7
7
8
-
*[powertools-examples-core-utilities](powertools-examples-core-utilities) - Demonstrates the core logging, tracing, and metrics modules with different build tools
9
-
*[SAM](powertools-examples-core-utilities/sam)
10
-
*[CDK](powertools-examples-core-utilities/cdk)
8
+
*[powertools-examples-core](powertools-examples-core) - Demonstrates the core logging, tracing, and metrics modules with different build tools
*[powertools-examples-idempotency](powertools-examples-idempotency) - An idempotent HTTP API
12
13
*[powertools-examples-parameters](powertools-examples-parameters) - Uses the parameters module to provide runtime parameters to a function
13
14
*[powertools-examples-serialization](powertools-examples-serialization) - Uses the serialization module to serialize and deserialize API Gateway & SQS payloads
@@ -54,7 +55,7 @@ The first command will build the source of your application. The second command
54
55
55
56
You can find your API Gateway Endpoint URL in the output values displayed after deployment.
56
57
57
-
If you're not using SAM, you can look for examples for other tools under [powertools-examples-core-utilities](./powertools-examples-core-utilities)
58
+
If you're not using SAM, you can look for examples for other tools under [powertools-examples-core](./powertools-examples-core)
0 commit comments