website logo
Sign Up PricingApp Templates
⌘K
🚀Getting started
Create an account in Microtica
Create an application from template
Import an existing application
Scaling Applications in Microtica
Assign a Custom Domain
⏰Changelog
📚Ready-to-use Templates
Strapi Serverless
Medusa Server
Appwrite
SPA on CloudFront
Amazon EKS
Node.js
n8n Workflow Automation
Next.js
🤖Migrate to Microtica
Migrate from Heroku to AWS
🚦Pipelines
Pipeline Syntax
Steps
Stages
Artifacts
Variables
🔗Integrations
Connect an AWS account
Connect an Existing Kubernetes Cluster
Connect a Container Registry
⚙️Project Settings
Manage teammates
Manage pricing plan and billing
Docs powered by archbee 
3min

CloudFormation Component

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 Portal.

microtica.yaml
|


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



Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Terraform Build
Docs powered by archbee 
TABLE OF CONTENTS
Syntax