MCPcopy Create free account
hub / github.com/cdk-patterns/serverless / delete_messages

Function delete_messages

the-efs-lambda/java/lambda_fns/message_wall.py:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def delete_messages():
26 try:
27 os.remove(MSG_FILE_PATH)
28 except:
29 pass
30
31
32def lambda_handler(event, context):

Callers 1

lambda_handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected