TypeScript AWS

Open-source TypeScript projects categorized as AWS

Top 23 TypeScript AWS Projects

  1. LibreChat

    Enhanced ChatGPT Clone: Features Agents, DeepSeek, Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active project.

    Project mention: LibreChat: Enhanced ChatGPT Clone | news.ycombinator.com | 2025-06-12
  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. CapRover

    Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids

    Project mention: Caprover changed to source-available license | news.ycombinator.com | 2024-07-15
  4. aws-cdk

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

    Project mention: AWS CDK in Action β€” May 2025: Empowered Deployments, Governance, and Community | dev.to | 2025-06-12

    Deepu Mohan Puthrote contributed OidcProviderNativeConstruct here. Thanks for working with the CDK team on getting this important feature in!

  5. amplify-js

    A declarative JavaScript library for application development using cloud services.

    Project mention: AWS Amplify (Gen2) with SvelteKit: authentication on SSR | dev.to | 2024-10-14

    This codes mimic Next.js one.

  6. webiny-js

    Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.

  7. Quick Start

    πŸ” A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈

  8. ec2instances.info

    Amazon EC2 instance comparison site

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. opennextjs-aws

    Open-source Next.js adapter for AWS

    Project mention: At a Standstill - FAV0 Weekly #023 | dev.to | 2024-12-01

    Open-source Next.js adapter for AWS

  11. porter-archive

    Kubernetes powered PaaS that runs in your own cloud.

    Project mention: DevOps in 2025: the future is automated, git-ified, and kinda scary but fun. | dev.to | 2025-05-09

    Porter for PaaS-style workflows on top of K8s

  12. chrome-aws-lambda

    Chromium Binary for AWS Lambda and Google Cloud Functions

  13. amplify-cli

    The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.

  14. 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!

    Project mention: AWS Cloud Development Kit (CDK) vs. Terraform | dev.to | 2024-11-25

    There is no functional difference between the different languages, so your choice of language does not limit your features. Under the hood, AWS CDK uses a tool named jsii. It allows for class libraries written in JavaScript/TypeScript to be used from other languages, enabling the AWS CDK team to provide many languages with the same functionality.

  15. saas-boilerplate

    SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features! (by apptension)

    Project mention: Ask HN: What's the best SaaS boilerplate/all in one solution to build a PoC/MVP? | news.ycombinator.com | 2024-07-07
  16. examples

    Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi (by pulumi)

    Project mention: Show HN: Plotcode – Infrastructure as Code patterns that you can copy and deploy | news.ycombinator.com | 2024-12-27
  17. 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)

  18. preevy

    Quickly deploy preview environments to the cloud!

  19. dynamodb-toolbox

    Lightweight and type-safe query builder for DynamoDB and TypeScript

    Project mention: MCP Client: Building a Smart and Robust Integration to DynamoDB with DynamoDB-Toolbox | dev.to | 2025-06-03

    Enter DynamoDB-Toolbox β€” a lightweight and type-safe query builder for DynamoDB. It already knows everything about your table schemas and access patterns, so why not use that to supercharge your MCP Server?

  20. sqs-consumer

    Build Amazon Simple Queue Service (SQS) based applications without the boilerplate

  21. vscode-infracost

    See cost estimates for Terraform right in your editorπŸ’°πŸ“‰

    Project mention: Master terraform in 15 steps with a real project and some mild chaos | dev.to | 2025-05-17

    Infracost see how much your changes will cost you before you apply

  22. aws-toolkit-vscode

    Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources

    Project mention: AWS Q for VSCode is having issues | news.ycombinator.com | 2025-05-08

    https://github.com/aws/aws-toolkit-vscode/issues/7258 more issues

  23. leapp

    Leapp is the DevTool to access your cloud

  24. powertools-lambda-typescript

    Powertools for AWS is a developer toolkit to implement Serverless best practices and increase developer velocity.

    Project mention: Buffer Logs and Flush Automatically on Error with Powertools for Lambda | dev.to | 2024-12-18

    Logger class is now more extensible You can now overwrite the Logger methods createAndPopulateLogItem, printLog, and processLogItem, which were previously private. This allows you to extend the Logger and add new functionality, e.g., implement your own message buffer. Release v2.12.0

  25. metlo

    Metlo is an open-source API security platform.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript AWS discussion

Log in or Post with

TypeScript AWS related posts

  • Cloudy Pad: Revolutionizing Cloud Gaming with Open Source Freedom

    1 project | dev.to | 22 Jun 2025
  • AWS CDK in Action β€” May 2025: Empowered Deployments, Governance, and Community

    1 project | dev.to | 12 Jun 2025
  • AWS CDK Logical ID Deep Dive: How Adding One CloudFront Origin Broke My Entire AWS CDK Deployment

    1 project | dev.to | 11 Jun 2025
  • MCP Client: Building a Smart and Robust Integration to DynamoDB with DynamoDB-Toolbox

    1 project | dev.to | 3 Jun 2025
  • AI Agent Cybersecurity

    1 project | news.ycombinator.com | 21 May 2025
  • #The Chronicles of Sam: 10,000 Hours to Say β€œHi” Automatically πŸ’¬

    3 projects | dev.to | 19 May 2025
  • AWS Q for VSCode is having issues

    2 projects | news.ycombinator.com | 8 May 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 23 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

What are some of the best open-source AWS projects in TypeScript? This list will help you:

# Project Stars
1 LibreChat 26,924
2 CapRover 14,130
3 aws-cdk 12,255
4 amplify-js 9,533
5 webiny-js 7,609
6 Quick Start 7,574
7 ec2instances.info 5,423
8 opennextjs-aws 4,718
9 porter-archive 4,216
10 chrome-aws-lambda 3,279
11 amplify-cli 2,836
12 jsii 2,729
13 saas-boilerplate 2,551
14 examples 2,492
15 serverless 2,314
16 preevy 2,123
17 dynamodb-toolbox 1,930
18 sqs-consumer 1,830
19 vscode-infracost 1,826
20 aws-toolkit-vscode 1,706
21 leapp 1,679
22 powertools-lambda-typescript 1,671
23 metlo 1,641

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?