middy

🛵 The stylish Node.js middleware engine for AWS Lambda 🛵 (by middyjs)

Middy Alternatives

Similar projects and alternatives to middy

  • vite

    786 middy VS vite

    Next generation frontend tooling. It's fast!

  • deno

    448 middy VS deno

    A modern runtime for JavaScript and TypeScript.

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

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  • Nest

    312 middy VS Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

  • zod

    288 middy VS zod

    TypeScript-first schema validation with static type inference

  • wasp

    192 middy VS wasp

    The fastest way to develop full-stack web apps with React & Node.js.

  • create-t3-app

    183 middy VS create-t3-app

    The best way to start a full-stack, typesafe Next.js app

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

    Open Source realtime backend in 1 file

  • DefinitelyTyped

    158 middy VS DefinitelyTyped

    The repository for high quality TypeScript type definitions.

  • turbo

    145 middy VS turbo

    The speed of a single-page web application without having to write any JavaScript (by hotwired)

  • redwood

    114 middy VS redwood

    The App Framework for Startups

  • ajv

    60 middy VS ajv

    The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)

  • aws-lambda-power-tuning

    AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.

  • jsii

    33 middy VS 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!

  • Sharetribe

    Sharetribe Go is Sharetribe's old source-available marketplace software, which was also available as a hosted SaaS product. Sharetribe Go is no longer actively maintained.

  • aws-sdk-js

    18 middy VS aws-sdk-js

    AWS SDK for JavaScript in the browser and Node.js

  • powertools-lambda-typescript

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

  • aws-cdk

    263 middy VS aws-cdk

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

  • dynamodb-toolbox

    A simple set of tools for working with Amazon DynamoDB and the DocumentClient

  • aws-sdk-js-v3

    18 middy VS aws-sdk-js-v3

    Modularized AWS SDK for JavaScript.

  • 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 number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better middy alternative or higher similarity.

middy reviews and mentions

Posts with mentions or reviews of middy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-03.
  • Clean authorization control in serverless functions
    1 project | dev.to | 28 Nov 2023
    In many cases, you will have to write the same authorization code in multiple functions. For example, you might want to check that the user is in the requested organization. You can share this code in a middleware. If you are using AWS Lambda, you can rely on middy.
  • Testing Serverless Applications on AWS
    4 projects | dev.to | 3 Nov 2023
    Adding the is-test flag to our object metadata gave us our way of passing some kind of test context into our workload. The next step was to make the Lambda Function capable of discovering the context and then using that to control how it behaves under test. For this we used Middy.
  • Learn serverless on AWS step-by-step: Strong Types!
    5 projects | dev.to | 5 Oct 2023
    I also decided to use the middy library to add CORS management to our lambda function. This will allow us to call our lambda function from our frontend, without having to worry about CORS.
  • Go Lambda Middlewae
    1 project | /r/golang | 26 Aug 2023
    Is there any equivalent to Node based https://middy.js.org/ for Golang?
  • Middy: AWS Lambda middleware framework for Node.js
    1 project | news.ycombinator.com | 19 Aug 2023
  • The Old Faithful: Why SSM Parameter Store still reigns over Secrets Manager
    1 project | dev.to | 30 Mar 2023
    And if your requirements were to change at a later date, it’s straightforward to swap out SSM Parameter Store with Secrets Manager there and then. Especially if you’re accessing the relevant service through a middleware layer such as Middy for javascript Lambda functions.
  • Implementing Magic Links with Amazon Cognito: A Step-by-Step Guide
    3 projects | dev.to | 20 Mar 2023
    This function uses the Middy middleware engine to handle unhandled errors and add CORS headers in the response.
  • Ask HN: What would be your stack if you are building an MVP today?
    47 projects | news.ycombinator.com | 26 Jan 2023
    I mean I'm literally building an AWS lambda function that outputs HTML when it's called via API Gateway. So someone hits https://mydomain.com/mycoolpage, then the MyCoolPage AWS Lambda function is executed and outputs whatever.

    If you're interested, I use https://middy.js.org/ as a middleware engine for my AWS lambda functions which I find helpful.

    I use the open sourced serverless framework for doing deploys https://www.serverless.com/

  • tRPC: Build Full-Stack TypeScript Applications With Type Safety
    3 projects | /r/programming | 4 Dec 2022
    middy for lambda-side middleware
  • How to Securely Use Secrets in AWS Lambda?
    2 projects | dev.to | 9 Oct 2022
    That is it from the CDK side. Now let us create the handler and retrieve that secret. I like to use middy which describes itself as "stylish Node.js middleware engine for AWS Lambda". It offers some helpful middlewares like ssm which will help us retrieve and cache values from SSM Parameter Store. (Middy provides various other official middlewares including one for Secrets Manager.) I prefer a middleware for this because it keeps the code for retrieving the secret out of your handler which should deal with actual business logic.
  • A note from our sponsor - SurveyJS
    surveyjs.io | 25 Apr 2024
    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. Learn more →

Stats

Basic middy repo stats
22
3,633
9.4
6 days ago

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