How to become an infrastructure-as-code ninja, using AWS CDK - part 4

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • aws-cdk

    The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

  • ❯ cdk diff Stack my-container-infrastructure IAM Statement Changes ┌───┬───────────────────────────────────┬────────┬────────────────┬─────────────────────────────────┬───────────┐ │ │ Resource │ Effect │ Action │ Principal │ Condition │ ├───┼───────────────────────────────────┼────────┼────────────────┼─────────────────────────────────┼───────────┤ │ + │ ${taskdef-webserver/TaskRole.Arn} │ Allow │ sts:AssumeRole │ Service:ecs-tasks.amazonaws.com │ │ └───┴───────────────────────────────────┴────────┴────────────────┴─────────────────────────────────┴───────────┘ (NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299) Resources [+] AWS::IAM::Role taskdef-webserver/TaskRole taskdefwebserverTaskRole18D47E42 [+] AWS::ECS::TaskDefinition taskdef-webserver taskdefwebserver2E748BDD

  • 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 logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Deploy Laravel API To AWS Lambda

    1 project | dev.to | 10 Apr 2024
  • AWS to deprecate boto resource abstractions

    1 project | news.ycombinator.com | 20 Jan 2023
  • Building your own CDN under 5 minutes

    1 project | dev.to | 19 Jan 2023
  • TIL: How to CDK Diff Your Entire App

    1 project | dev.to | 13 Jan 2023
  • Automated Dev Environment Per Branch with CDK

    2 projects | dev.to | 12 Dec 2022