Skip to content

Commit 1bfb69a

Browse files
committed
revert status handler
1 parent ec75255 commit 1bfb69a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)