library
turbot/aws
Get Involved
Version
Pipeline: Test Get Lambda Function
Tests the creation, retrieval, and deletion of a Lambda function
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws.pipeline.test_get_lambda_function \ --arg 'region=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws.pipeline.test_get_lambda_function args = { region = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.aws | Yes | Name of AWS connection to use. If not provided, the default AWS connection will be used. | connection.aws.default |
region | string | Yes | The name of the Region. | - |
function_name | any | Yes | flowpipe-test-b16b1f31-623f-9b57-7d7c-10b5325e4ff4 | |
role_name | any | Yes | flowpipe-test-9db63fa9-106f-c111-c308-aded5bbb4cda | |
assume_role_policy_document | string | Yes | {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "ec2.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
|
Outputs
Name | Description |
---|---|
test_results |
Tags
folder = Tests