AWS - Lambda
What is wrong with this AWS Lambda handler function?
def lambda_handler(event, context):
print(event['data'])
returndef lambda_handler(event, context):
print(event['data'])
return15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions