CDK-SPA-Deploy VS serverless

Compare CDK-SPA-Deploy vs serverless 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)

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. (by cdk-patterns)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
CDK-SPA-Deploy serverless
1 24
232 2,217
- -
0.0 0.0
about 1 year ago 3 months ago
TypeScript TypeScript
MIT License 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.

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.

serverless

Posts with mentions or reviews of serverless. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-08.

What are some alternatives?

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

projen - Rapidly build modern applications with advanced configuration management

nx-serverless - πŸš€ The Ultimate Monorepo Starter for Node.js Serverless Applications

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

lift - Expanding Serverless Framework beyond functions using the AWS CDK

cdk-esbuild-s3-website

terraform-aws-appsync - Terraform module to create AWS AWS AppSync resources πŸ‡ΊπŸ‡¦

graphql-api-cdk-serverless-postgres - A basic example of AppSync + Lambda resolvers with AWS Aurora Serverless and Prisma

terraform-aws-next-js - Terraform module for building and deploying Next.js apps to AWS. Supports SSR (Lambda), Static (S3) and API (Lambda) pages.

cdk-valheim - A high level CDK construct of Valheim dedicated server.

sst-start-demo - A simple SST app to demo the new `sst start` command

ecs-fargate-ci-cd-pipeline - Repository from exanubes.com for Fargate App with a SSL Certificate

aws-sam-typescript-layers-example - Example project for developing AWS Lambda functions on TypeScript with all goodies: local development, tests, debugging, shared layers (3rd party and your own), and deploy.