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
On top of responding to the regular [`/healthcheck`](../weblog/README.md#get-healthcheck) endpoint.
55
+
56
+
Lambda Weblogs should respond the same JSON dict response to the non HTTP event:
57
+
```json
58
+
{
59
+
"healthcheck": true
60
+
}
61
+
```
62
+
63
+
This is because the healthcheck is sent by the Lambda Weblog container itself which has no knowledge of how to serialize it as the event type expected by the weblog.
0 commit comments