3 lines
92 B
Python
3 lines
92 B
Python
# AWS Lambda handler function
|
|
def lambda_handler(event, context):
|
|
print("Sender Lambda") |