projen VS CDK-SPA-Deploy

Compare projen vs CDK-SPA-Deploy and see what are their differences.

CDK-SPA-Deploy

This is an AWS CDK Construct to make deploying a single page website (Angular/React/Vue) to AWS S3 behind SSL/Cloudfront easier (by nideveloper)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
projen CDK-SPA-Deploy
19 1
2,456 232
3.0% -
9.7 0.0
5 days ago 12 months ago
TypeScript TypeScript
Apache License 2.0 MIT License
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.

projen

Posts with mentions or reviews of projen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-12.
  • Building a smart home sensor application with AWS AppSync and AWS Amplify components
    4 projects | dev.to | 12 Apr 2023
    This project uses AWS CDK as infrastructure as code solution. To maintain project configuration files efficiently, the project structure is generated using projen:
  • Project templating cloud
    7 projects | dev.to | 21 Feb 2023
    I recommend visiting the github page for projen and flicking through the documentation as I won't do it justice. Projen aims to:
  • My Infrastructure as Code Rosetta Stone - Deploying the same web application on AWS ECS Fargate with CDK, Terraform and Pulumi
    8 projects | dev.to | 7 Jan 2023
    cdk-django uses projen for maintaining the changelog and bumping versions and publishing to npm. It is popular among developers in the CDK community and is a really awesome tool since it basically uses one file (.projenrc.ts) to configure your entire repo, including files like tsconfig.json, package.json, and even GitHub Action workflows. It has a lot of configuration options, but I'm using it in a pretty simple way. It generates a new release and items to the changelog when I manually trigger a GitHub Action.
  • How to create an AWS Organization for your Account with the AWS CDK
    3 projects | dev.to | 3 Nov 2022
    I will give you step-by-step instructions to create your very first AWS Organization with the AWS CDK and the help of projen and cdk-organizations. You only need already an AWS Account created which is not a member or management account of another AWS Organization.
  • Newsletter martinmueller.dev 2022 week 19
    4 projects | dev.to | 14 May 2022
    An Open Source CDK Community project which I find super interesting. It is doing cherry-picking from AWS Amplify UI and AWS CDK for deployment. I do that in my private projects as well for example https://github.com/senjuns/senjuns. I think the author could enhance/simplify its repo even more by using https://github.com/projen/projen for the project setup.
  • AWS's Open Source Problem - by Corey Quinn
    5 projects | /r/aws | 27 Apr 2022
    That said - https://github.com/firecracker-microvm/firecracker and https://github.com/bottlerocket-os/bottlerocket are interesting, and while AWS CDK is very AWS specific, the underlying jsii https://github.com/aws/jsii and projen https://github.com/projen/projen/issues are fundamental services.
  • Why I Would Love You To Speak At CDK Day
    3 projects | dev.to | 12 Apr 2022
  • How to Create Awesome Repeatable Project Setups for AWS CDK
    5 projects | dev.to | 13 Sep 2021
    The documentation for the classes of the bundled project types is at https://github.com/projen/projen/. In this documentation, you can see that the property github includes a mergify entry, which will define if the Mergify configuration is used. The default if the github entry is not specified, is that it will be included. So in our test, we can check that this configuration is not in place, after creating a project with the mandatory parameters.
  • Anyway to get the generated js from a python construct?
    2 projects | /r/aws_cdk | 2 Sep 2021
  • Creating Verifiable JSON Web Tokens (JWTs) with AWS CDK
    2 projects | dev.to | 6 Mar 2021
    This project was created using projen. It has 3 lambda functions, 1 S3 bucket, 1 RestAPI and 1 Secret in Secrets Manager. All created using CDK. It also has 100% unit test coverage 😁.

CDK-SPA-Deploy

Posts with mentions or reviews of CDK-SPA-Deploy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-22.
  • AWS CDK - One-Step S3 Websites with esbuild
    4 projects | dev.to | 22 Feb 2021
    One way to do this is implement an S3 deployer with a nice interface like CDK-SPA-Deploy and then add an npm script like npm run build && cdk deploy, but doing that wouldn't achieve my dream of an integrated UI build to match my Lambda function build. To do that, we'll need to dig into a couple of modules.

What are some alternatives?

When comparing projen and CDK-SPA-Deploy you can also consider the following projects:

jest - Delightful JavaScript Testing.

middy - 🛵 The stylish Node.js middleware engine for AWS Lambda 🛵

esbuild-hot-reload - Playground repo for experimenting with esbuild + hot reload

jsii - jsii allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS Cloud Development Kit to deliver polyglot libraries from a single codebase!

awesome-projen - P6M7G8's Awesome Projen

cdk-esbuild-s3-website

constructs - Define composable configuration models through code

hygen - The simple, fast, and scalable code generator that lives in your project.

awesome-awscdk-project

dataall - A modern data marketplace that makes collaboration among diverse users (like business, analysts and engineers) easier, increasing efficiency and agility in data projects on AWS.

serverless - This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.