You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/Local AWS Services/cloudformation/index.md
+3-45
Original file line number
Diff line number
Diff line change
@@ -11,59 +11,17 @@ description: >
11
11
12
12
AWS CloudFormation is AWS's primary Infrastructure-as-Code (IaC) service. It is used to declaratively define your architecture on the AWS cloud, including resources such as S3 Buckets, Lambda Functions, and much more.
13
13
14
-
CloudFormation **Stack** templates are written in either YAML or JSON and can be written manually or generated by higher-level tools such as [AWS CDK]( {{< ref "docs/integrations/aws-cdk" >}} ), [Pulumi]({{< ref "docs/integrations/pulumi" >}}) or [Serverless Framework]( {{< ref "docs/integrations/serverless-framework" >}}).
15
-
<!-- TODO: SAM -->
14
+
CloudFormation **Stack** templates are written in either YAML or JSON and can be written manually or generated by higher-level tools such as [AWS CDK]( {{< ref "docs/integrations/aws-cdk" >}} ), [AWS SAM]( {{< ref "docs/integrations/aws-sam" >}}) [Pulumi]({{< ref "docs/integrations/pulumi" >}}) or [Serverless Framework]( {{< ref "docs/integrations/serverless-framework" >}}).
16
15
17
16
## Quickstart
18
17
19
18
In this quickstart guide we will deploy a simple CloudFormation stack consisting of a single S3 Bucket.
0 commit comments