library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of AWS connection to use. If not provided, the default AWS connection will be used.connection.aws.default
region
string
YesThe name of the Region.-
function_name
any
Yesflowpipe-test-61db3765-1dff-cc33-d61c-8f3288f914dc
role_name
any
Yesflowpipe-test-1da482c7-ce53-b7eb-b97c-0c490714dba6
assume_role_policy_document
string
Yes{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "ec2.amazonaws.com" }, "Action": "sts:AssumeRole" } ] }

Outputs

NameDescription
test_results

Tags

folder = Tests