We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec75255 commit 1bfb69aCopy full SHA for 1bfb69a
1 file changed
lambdas/backend/src/get_status_handler.py
@@ -0,0 +1,3 @@
1
+def get_status_handler(_event, _context):
2
+ response = {"statusCode": 200, "body": "OK"} # HTTP status code
3
+ return response
0 commit comments