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-eb8b3c09-0d1a-d937-f229-cd34b7f9e6e2 | |
| role_name | any | Yes | flowpipe-test-4e90fd36-9a12-2231-c435-d5e2cd25f957 | |
| 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