TypeScript aws-lambda

Open-source TypeScript projects categorized as aws-lambda

Top 23 TypeScript aws-lambda Projects

  • hono

    Web Framework built on Web Standards

  • Project mention: Deploy Node.js applications on a VPS using Coolify | dev.to | 2024-04-20

    Hono - Ultrafast web framework for the Edges

  • 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.

  • Project mention: ๐Ÿ”ฅ๐Ÿ”ฅ Our awesome OSS friends ๐Ÿ˜ | dev.to | 2023-12-06

    Webiny- Open-source enterprise-grade serverless CMS. Own your data. Scale effortlessly. Customize everything.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • serverless-next.js

    โšก Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components

  • chrome-aws-lambda

    Chromium Binary for AWS Lambda and Google Cloud Functions

  • amplify-cli

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

  • powertools-lambda-typescript

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

  • Project mention: My first Experience with Powertools for AWS Lambda (TypeScript) | dev.to | 2023-12-24

    The Powertools GitHub repository offers nice examples to integrate and learn from. For example here are nice example written in AWS CDK. Following I will list the features I gained some experience with.

  • deno-lambda

    A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.

  • Project mention: Enhancing AWS Lambda Security with Deno | dev.to | 2023-07-28

    Using Deno with AWS Lambda functions requires a custom runtime. You can build your own runtime or use one that already exists. If youโ€™re concerned about security, I suggest maintaining a copy of an existing runtime and carefully inspecting updates or creating your own runtime. For this proof of concept, I deployed the Serverless Application Repository (SAR) app for Deno into my AWS account. I used the included Lambda layer and the provided.al2 Lambda runtime to create my Deno Lambda function. I created a file called index.ts with some basic JavaScript code that makes requests to two different websites and returns the HTTP status code of the response or a caught error. I then updated the functionโ€™s configuration to reference the exported handler function.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • validkube

    ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security.

  • Project mention: My deployment have some difficulties pulling images | /r/kubernetes | 2023-05-28

    Try running your yaml through: https://validkube.com/

  • aws-sdk-client-mock

    AWS JavaScript SDK v3 mocks for easy unit testing. ๐Ÿ–‹๏ธ Typed ๐Ÿ”ฌ Tested ๐Ÿ“„ Documented ๐Ÿ› ๏ธ Maintained

  • aws-lambda-graphql

    Use AWS Lambda + AWS API Gateway v2 for GraphQL subscriptions over WebSocket and AWS API Gateway v1 for HTTP

  • serverless-esbuild

    ๐Ÿ’จ A Serverless framework plugin to bundle JavaScript and TypeScript with extremely fast esbuild

  • Project mention: Simple requirement: Bundle dependencies into a single script. esbuild, webpack, bun build throw errors. Solution? | /r/node | 2023-12-07

    Support Yarn PnP with externals bundling #327

  • nx-serverless

    ๐Ÿš€ The Ultimate Monorepo Starter for Node.js Serverless Applications

  • functionless

    Build serverless AWS applications with type-safe Components and easy-to-follow Conventions.

  • tachyon

    Faster than light image resizing service that runs on AWS. Super simple to set up, highly available and very performant. (by humanmade)

  • generative-ai-cdk-constructs

    AWS Generative AI CDK Constructs are sample implementations of AWS CDK for common generative AI patterns.

  • Project mention: Announcements from Werner Vogels Keynote at re:Invent 2023 | dev.to | 2023-11-30
  • aws-power-tuner-ui

    AWS Lambda Power Tuner UI is an open source project creating a deployable easy to use website built on a layered technology stack allowing you to optimize your Lambda functions for cost and/or performance in a data-driven way via an easy to use UI.

  • merloc

    MerLoc is a live AWS Lambda function development and debugging tool. MerLoc allows you to run AWS Lambda functions on your local while they are still part of a flow in the AWS cloud remote.

  • 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.

  • game-store-monorepo-app

    A full-stack web & mobile app built with React/NodeJS that helps you find and discover over 500,000+ video games on your device. Powered by RAWG API.

  • serverless-adapter

    Run REST APIs and other web applications using your existing Node.js application framework (NestJS, Express, Koa, tRPC, Fastify and many others), on top of AWS, Azure, Huawei and many other clouds.

  • Project mention: Prim+RPC: a bridge between JavaScript environments. Easy-to-understand, type-safe, transport-agnostic RPC/IPC for JavaScript, supporting callbacks, batching, file uploads, custom serialization, and more. | /r/javascript | 2023-06-06

    u/somethingclassy My library is built to integrate any serverless environment with any nodejs framework: https://serverless-adapter.viniciusl.com.br/docs/main/intro If you have time (and interest), you can try creating a new "framework" file: https://github.com/H4ad/serverless-adapter/tree/main/src/frameworks

  • rocketnotes

    LLM-powered Markdown note taking app

  • Project mention: Rocketnotes: AI-powered Markdown note taking app | news.ycombinator.com | 2024-03-18
  • remix-starter-serverless

    A template for deploying Remix to AWS with the Serverless framework

  • itty-aws

    A teeny tiny ~49KB AWS SDK for TypeScript

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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-lambda related posts

Index

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

Project Stars
1 hono 14,905
2 webiny-js 7,103
3 serverless-next.js 4,389
4 chrome-aws-lambda 3,136
5 amplify-cli 2,786
6 powertools-lambda-typescript 1,455
7 deno-lambda 842
8 validkube 732
9 aws-sdk-client-mock 719
10 aws-lambda-graphql 458
11 serverless-esbuild 432
12 nx-serverless 387
13 functionless 327
14 tachyon 255
15 generative-ai-cdk-constructs 251
16 aws-power-tuner-ui 200
17 merloc 193
18 nextjs-lambda 164
19 game-store-monorepo-app 146
20 serverless-adapter 117
21 rocketnotes 119
22 remix-starter-serverless 108
23 itty-aws 99

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com