tests.system.providers.amazon.aws.example_lambda

Module Contents

Functions

create_zip(content)

delete_lambda(function_name)

Attributes

DAG_ID

ROLE_ARN_KEY

sys_test_context_task

CODE_CONTENT

test_context

test_run

tests.system.providers.amazon.aws.example_lambda.DAG_ID = 'example_lambda'[source]
tests.system.providers.amazon.aws.example_lambda.ROLE_ARN_KEY = 'ROLE_ARN'[source]
tests.system.providers.amazon.aws.example_lambda.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_lambda.CODE_CONTENT = Multiline-String[source]
Show Value
"""
def test(*args):
    print('Hello')
"""
tests.system.providers.amazon.aws.example_lambda.create_zip(content)[source]
tests.system.providers.amazon.aws.example_lambda.delete_lambda(function_name)[source]
tests.system.providers.amazon.aws.example_lambda.test_context[source]
tests.system.providers.amazon.aws.example_lambda.test_run[source]

Was this entry helpful?