1
0
Files
terraform.examples/LocalStack/Compute/LabLambda/helloworld.py
T
2026-02-20 10:36:38 +08:00

2 lines
71 B
Python

def lambda_handler(event, context):
return {"Result": "HelloWorld"}