INNER CODE UNIT · Python
handler
aws-powertools/powertools-lambda-python · benchmark/src/reference/main.py:1
def handler(event, context):
return {
"message": "success",
}
INNER CODE UNIT · Python
aws-powertools/powertools-lambda-python · benchmark/src/reference/main.py:1
def handler(event, context):
return {
"message": "success",
}