tests.system.amazon.aws.example_lambda

模块内容

函数

create_zip(content)

delete_lambda(function_name)

属性

DAG_ID

ROLE_ARN_KEY

sys_test_context_task

CODE_CONTENT

test_context

test_run

tests.system.amazon.aws.example_lambda.DAG_ID = 'example_lambda'[源代码]
tests.system.amazon.aws.example_lambda.ROLE_ARN_KEY = 'ROLE_ARN'[源代码]
tests.system.amazon.aws.example_lambda.sys_test_context_task[源代码]
tests.system.amazon.aws.example_lambda.CODE_CONTENT = 多行字符串[源代码]
显示值
"""
def test(*args):
    print('Hello')
"""
tests.system.amazon.aws.example_lambda.create_zip(content)[源代码]
tests.system.amazon.aws.example_lambda.delete_lambda(function_name)[源代码]
tests.system.amazon.aws.example_lambda.test_context[源代码]
tests.system.amazon.aws.example_lambda.test_run[源代码]

这个条目有用吗?