Top 3 TypeScript aws-cdk-typescript Projects
-
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.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ecs-run-task-demo
An AWS CDK stack to demo how to deploy an ECS TaskDefinion + run it on demand via ecs run-task
There's a full code example of how to deploy these cloud resources and invoke the deployed task via ecs run-task with the AWS CLI.
-
realworld-nodejs-example-app-infra
The infrastructure code for the Conduit application, built using Amazon CDK
Project mention: Crafting a Scalable Node.js API: Insights from My RealWorld Project with Express, Knex, and AWS CDK | dev.to | 2024-11-04Recently, I undertook a significant refactor of an example program I previously built by implementing the repository design pattern. I also transitioned from using AWS SAM to AWS CDK for managing infrastructure and deployment. You can find the source code for the application here and the infrastructure code here. In this article, I will highlight the technologies and design patterns I adopted in this repository, sharing insights into the structure and techniques that contribute to a robust and scalable application.
TypeScript aws-cdk-typescript discussion
Index
What are some of the best open-source aws-cdk-typescript projects in TypeScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | amazon-ivs-multi-host-serverless-demo | 13 |
2 | ecs-run-task-demo | 1 |
3 | realworld-nodejs-example-app-infra | 1 |