library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
regionstringYesThe name of the Region.-
function_nameanyYesflowpipe-test-df3a8994-4720-936c-1bc5-c08f895aaee1
role_nameanyYesflowpipe-test-152bfa2a-2a71-958c-5b05-b3da87c0033d
assume_role_policy_documentstringYes{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "ec2.amazonaws.com" }, "Action": "sts:AssumeRole" } ] }

Outputs

NameDescription
test_results

Tags

type = test