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
> Note: Logger will automatically reject any key with a None value.
168
+
169
+
If you conditionally add keys depending on the payload, you can use the highlighted line above as an example.
170
+
171
+
This example will add `order_id` if its value is not empty, and in subsequent invocations where `order_id` might not be present it'll remove it from the logger.
172
+
167
173
<details>
168
174
<summary><strong>Excerpt output in CloudWatch Logs</strong></summary>
0 commit comments