Core Concepts
...
Pipelines
Steps
CloudFormation Component
2min
package a cloudformation template in a deployable microtica component to use this step, you would need to have an existing cloudformation template hosted on your git account input parameters the parameters you define in the cloudformation template will automatically become an input parameters of the component you can set the parameter values from microtica console microtica yaml steps step name type cfn component cfn template path/to/template json schema path/to/schema json syntax parameter description required title the display name of the step no type the type of the microtica built in step should always be cfn component for this type of step yes cfn template path to the cloudformation template yes schema path to the json schema file used to define custom input/output parameters and validation for the component if not provided, cloudformation parameters will be considered as component’s input parameters no