Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/aws-cdk-examples
/ main
Function
main
python/lambda-cron/lambda-handler.py:1–2 ·
view source on GitHub ↗
(event, context)
Source
from the content-addressed store, hash-verified
1
def
main(event, context):
2
print(
"I'm running!"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected