MCPcopy Create free account
hub / github.com/aws-samples/aws-cdk-examples / handler

Function handler

python/lambda-layer/lambda/index.py:4–9  ·  view source on GitHub ↗

Lambda function handler

(event, context)

Source from the content-addressed store, hash-verified

2
3
4def handler(event, context):
5 """
6 Lambda function handler
7 """
8 print("Lambda running")
9 print(common.layer_function())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected