pulumi-awsx VS sparrowci-aws-example

Compare pulumi-awsx vs sparrowci-aws-example and see what are their differences.

pulumi-awsx

AWS infrastructure best practices in component form! (by pulumi)

sparrowci-aws-example

Example of deploying aws infra using SparrowCI (by melezhik)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
pulumi-awsx sparrowci-aws-example
2 1
209 0
2.4% -
8.7 10.0
1 day ago over 1 year ago
TypeScript
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pulumi-awsx

Posts with mentions or reviews of pulumi-awsx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-27.
  • Alternatives to Terraform
    5 projects | /r/devops | 27 Jan 2023
    Absolutely. Modules, conditionals, outputs are all much easier to use with Pulumi. Obviously I don't know precisely what you're trying to do, but for example you can have one top level program that conditionally makes whatever resources you need from a yaml configuration, dictionary, arrays, or just multiple if/then statements. If you create everything in one stack you can chain the outputs easily and Pulumi will figure out the dependencies. These resources can be separate included modules, classes etc. Here's a good place to look for pre-built things: https://www.pulumi.com/docs/guides/crosswalk/aws/
  • Release of AWS CDKv2 and Construct Hub
    1 project | news.ycombinator.com | 2 Dec 2021
    [awsx](https://github.com/pulumi/pulumi-awsx) has existed for a while which is sort of takes the CFN higher level construct approach, but it's currently typescript only.

    They just finished some foundational work to enable multi-language components, and I expect we'll see some opinionated/higher level components from them for all languages in the next 6 months or so.

sparrowci-aws-example

Posts with mentions or reviews of sparrowci-aws-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-27.
  • Alternatives to Terraform
    5 projects | /r/devops | 27 Jan 2023
    I actually updated the example and now code uses plugins and is way more readable - https://github.com/melezhik/sparrowci-aws-example/blob/main/sparrow.yaml , let me know what you think ))