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