cloudform icon indicating copy to clipboard operation
cloudform copied to clipboard

New here? You should consider alternatives

Open fhewitt opened this issue 2 years ago • 3 comments

CoudForm is an awesome project, I loved it some years ago, I submitted issues and has great response from owners. It simplified my life and saved me many days of painful work with CloudFormation. It does the work, very well.

But AWS have evolved since then, and other tooling have raised.

So if you're new here, and if the idea of defining your infrastructure with code you know sound greats (it is), you should consider some alternatives, mostly:

  • AWS CDK, is similar to CloudForm: it compiles to CloudFormation template, but with additional tooling and official AWS support.
  • Pulumi, uses the imperative approach too, but uses directly the AWS API to create the resources instead of using CloudFormation and support more cloud provider.

fhewitt avatar Apr 27 '22 15:04 fhewitt

Thank you @fhewitt for the kind words 🙏

NOtherDev avatar Apr 27 '22 18:04 NOtherDev

I'm happy with CloudForm, other than its last version was published 1 year ago. It's ~20x smaller than aws-cdk-lib. Could someone please publish a new version, or tell me how to do it myself? ❤️

aleclarson avatar Jun 27 '22 01:06 aleclarson

Ok so I've published @alloc/cloudform-types with updated types (plus minified JS and DTS files). 😅

Link to GitHub repo

aleclarson avatar Jun 27 '22 02:06 aleclarson