SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 TypeScript aws-cdk Projects
-
multi-agent-orchestrator
Flexible and powerful framework for managing multiple AI agents and handling complex conversations
❄️ Snowflake Cortex AI + Slack 🌐 Mistral Multi Modal ❄️ Journey to Snowflake Monitoring Mastery ❄️ Best Practices for Using QueryTag in Snowflake 💻 CFP The Way 🦾 Multi Agent Framework AWS 📊 Cool Emojis 📈 bRAG LangChain 📝 Tool: What's in your stack? 📎 Awesome Event Driven Architecture Articles 📝 10 AI Open Source Tools 🫶 Documind 💻 Zerox AI 📈 Garak Open Source LLM Scanner 🦾 Magic Quill Image Project 🏃 vLLM to serve LLMs 🤖 OASIS Simulator 🙋🏻♂️ Creating Projects with UV 🛠️ RagFormation ✅ AutoKitteh Tool ✅ WebVM in the browser ✅ UV Pytorch ✅ Redis SQL Trino ✅ Bluesky Websocket Firehose in browser ✅ Data Engineer Handook ✅ Automatic Speech Recognition (ASR) on Edge Devices 🦾 Automatic Researcher with Ollama 🛠️ Podcastify Open Source 🙋🏻♂️ NVIDIA Jetpack 6.1 Upgrade
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Amazon tells employees to return to office five days a week | news.ycombinator.com | 2024-09-16
Commenting to myself:
This looks interesting and relevant:
- https://github.com/projen/projen
- https://aws.amazon.com/blogs/devops/getting-started-with-pro...
- https://projen.io/
Looks Amazon official. Okay, I'm hype, this will be fun to play with.
-
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)
-
aws-solutions-constructs
The AWS Solutions Constructs Library is an open-source extension of the AWS Cloud Development Kit (AWS CDK) that provides multi-service, well-architected patterns for quickly defining solutions
Project mention: I looked through attacks in my access logs. Here's what I found | news.ycombinator.com | 2024-01-28This is helpful! I found some CDK libraries that allows for connecting a load balancer or Cloudfront to WAF with a few lines of code. I'll give it a try! [1] [2].
--
1: https://github.com/awslabs/aws-solutions-constructs/tree/mai...
2: https://constructs.dev/search?q=waf&cdk=aws-cdk&cdkver=2&lan...
-
-
Project mention: CDK CodeChecker v2: Breaking Free from Third-Party Dependencies | dev.to | 2024-05-08
Contributing to the Cloud Components github repository. Unfortunately, this option was doomed for failure as the project isn't maintained and a lot of open pull requests from other developers are still pending. Also solutions to the current problem were already submitted but not merged at all.
-
serverlessui
A command-line utility for deploying serverless applications to AWS. Complete with custom domains, deploy previews, TypeScript support, and more.
-
generative-ai-cdk-constructs
AWS Generative AI CDK Constructs are sample implementations of AWS CDK for common generative AI patterns.
Project mention: Use AWS Generative AI CDK constructs to speed up app development | dev.to | 2024-06-26AWS Generative AI Constructs Library is an open-source extension of the AWS Cloud Development Kit (AWS CDK) and fills the gap by providing L2 and L3 constructs to help developers build generative AI solutions using pattern-based definitions for their architecture.
-
Project mention: Show HN: Managed GitHub Actions Runners for AWS | news.ycombinator.com | 2024-04-04
For the AWS CDK folks, I’ve been very happy with this library. https://github.com/CloudSnorkel/cdk-github-runners. Love that I can use spot pricing and the c7g instances for cicd.
-
functionless
Build serverless AWS applications with type-safe Components and easy-to-follow Conventions.
-
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
-
-
nextjs-lambda
Lambda deployments for Nextjs12 & Nextjs13 (standalone). Easy CLI commands to get your standalone Next output to run in AWS Lambda (not @Edge)! Uses CDK in behind and produces code zips importable to Terraform, Serverless, Azure, etc.
-
-
The mutations and side-effects only last until synthesis. You can imagine a CDK app as a pure function that runs a bunch of mutations on an App object and then serializes the state of that object in the end to static assets that can be deployed. The internals of it all are messy, but at a conceptual level, it's easy to think about.
CDKTF is really promising, IMO. When I last looked, it was still pretty new, but it's maturing, I think. One downside compared to regular AWS CDK is that the higher level constructs from the official AWS CDK can't be used in CDKTF. There is an adapter that exists, but it's one more layer between you and knowing what's going on: https://github.com/hashicorp/cdktf-aws-cdk
-
clickstream-analytics-on-aws
Build clickstream analytics on AWS for your mobile and web applications
-
-
chromium-binaries
Pre-built Chromium binaries for AWS Lambda, compatible with Playwright and Puppeteer.
It's possible! I do it here: https://github.com/chromium-for-lambda/chromium-binaries/act...
-
projen-test
An example project explaining how to create and publish CDK constructs using projen and jsii. It lets you publish your CDK constructs to npm, Maven, NuGet and PyPi.
-
-
cdk-datadog-integration
Amazon Cloud Development Kit (CDK) logic to integrate your AWS account with Datadog
-
-
amazon-ivs-multi-host-serverless-demo
A demo that shows how to implement a serverless nodejs application that supports a collaborative live streaming, or multi-host experience using Amazon IVS.
TypeScript aws-cdk discussion
TypeScript aws-cdk related posts
-
Multi-agent-orchestrator: Flexible and powerful framework for managing AI agents
-
Multi-Agent Orchestrator by AWS Labs
-
Multi-Agent Orchestrator framework for handling complex AI conversations
-
Crafting a Scalable Node.js API: Insights from My RealWorld Project with Express, Knex, and AWS CDK
-
Amazon tells employees to return to office five days a week
-
Projen just put the fun back into releasing OS for me
-
Use AWS Generative AI CDK constructs to speed up app development
-
A note from our sponsor - SaaSHub
www.saashub.com | 5 Dec 2024
Index
What are some of the best open-source aws-cdk projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | multi-agent-orchestrator | 2,749 |
2 | projen | 2,689 |
3 | serverless | 2,291 |
4 | aws-solutions-constructs | 1,247 |
5 | lift | 920 |
6 | cdk-constructs | 626 |
7 | serverlessui | 543 |
8 | generative-ai-cdk-constructs | 368 |
9 | cdk-github-runners | 334 |
10 | functionless | 328 |
11 | CDK-SPA-Deploy | 235 |
12 | eventual | 179 |
13 | nextjs-lambda | 177 |
14 | sveltekit-adapter-aws | 135 |
15 | cdktf-aws-cdk | 94 |
16 | clickstream-analytics-on-aws | 71 |
17 | cdk-app-cli | 53 |
18 | chromium-binaries | 38 |
19 | projen-test | 38 |
20 | cdk-valheim | 26 |
21 | cdk-datadog-integration | 19 |
22 | nest-js-aws-cdk-lamda-deployment | 18 |
23 | amazon-ivs-multi-host-serverless-demo | 13 |