Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
def
delete_messages():
26
try
:
27
os.remove(MSG_FILE_PATH)
28
except
:
29
pass
30
31
32
def
lambda_handler(event, context):
Callers
1
lambda_handler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected