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: Creating GPT Actions with ValTown | dev.to | 2024-05-25

    It abstracts the creation of a Hono API

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

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

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

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

  • rocketnotes

    LLM-powered Markdown editor

  • Project mention: Rocketnotes: AI-powered Markdown note taking app | news.ycombinator.com | 2024-03-18
  • 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

  • remix-starter-serverless

    A template for deploying Remix to AWS with the Serverless framework

  • itty-aws

    A teeny tiny ~49KB AWS SDK for TypeScript

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

  • Adding flexibility to your deployments with Lambda Web Adapter

    4 projects | dev.to | 19 Apr 2024
  • Rocketnotes: AI-powered Markdown note taking app

    1 project | news.ycombinator.com | 18 Mar 2024
  • Tinymo โ€“ An NPM package that simplifies DynamoDB's DocumentClient

    1 project | news.ycombinator.com | 26 Sep 2023
  • Show HN: Serverless AWS Secrets Plugin

    1 project | news.ycombinator.com | 16 Sep 2023
  • Show HN: Awayto v2 short demo; an actual all-in-one framework

    2 projects | news.ycombinator.com | 13 Aug 2023
  • ๐Ÿ’” Goodbye Cold Starts โค๏ธHello Proactive Initialization

    2 projects | dev.to | 16 Jul 2023
  • Open source search engine rank tracking application

    1 project | /r/opensource | 10 Jul 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 31 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Index

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

Project Stars
1 hono 16,080
2 webiny-js 7,161
3 serverless-next.js 4,398
4 chrome-aws-lambda 3,146
5 amplify-cli 2,789
6 powertools-lambda-typescript 1,470
7 deno-lambda 853
8 validkube 738
9 aws-sdk-client-mock 732
10 aws-lambda-graphql 458
11 serverless-esbuild 434
12 nx-serverless 387
13 functionless 327
14 generative-ai-cdk-constructs 286
15 tachyon 260
16 rocketnotes 227
17 aws-power-tuner-ui 200
18 merloc 193
19 nextjs-lambda 168
20 game-store-monorepo-app 150
21 serverless-adapter 119
22 remix-starter-serverless 113
23 itty-aws 100

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com