Hello World in AWS Lambda


The default code will look like this:


examples/aws/hello_world.py
def lambda_handler(event, context):
    # TODO implement
    return 'Hello World!'