-
Updated
Jul 8, 2022 - JavaScript
#
middy
Here are 29 public repositories matching this topic...
nodejs
javascript
aws
middleware
lambda
node
framework
typescript
aws-lambda
serverless
serverless-framework
aws-serverless
hacktoberfest
serverless-applications
powertools
serverless-express
lambda-handler
middy
aws-powertools
-
Updated
May 8, 2022 - JavaScript
middy-reroute is a MiddyJS middleware (AWS Lambda) providing complex redirect, rewrite and proxying capabilities by placing a rules file into your S3 bucket.
-
Updated
Apr 12, 2022 - JavaScript
A Middy middleware for authentication via JSON web tokens
-
Updated
Jul 8, 2022 - TypeScript
A middy middleware for AWS AppSync
-
Updated
Jun 23, 2022 - TypeScript
Open
Make extensible
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Middy middleware for accessing current AWS Lambda invocation event and context from anywhere
-
Updated
Dec 21, 2021 - JavaScript
Middy middleware for filtering logs printed over console logging methods (trace, debug, info, log, warn, error).
-
Updated
Dec 25, 2021 - JavaScript
Middy middleware for dumping active tasks with their stacktraces in the event queue just before AWS Lambda function timeouts.
-
Updated
May 22, 2022 - JavaScript
Boilerplate for using AWS CDK v2 with NodejsFunction construct and Middy middleware engine
-
Updated
Jun 8, 2022 - TypeScript
Environment variable middleware for the middy framework
-
Updated
Sep 9, 2021 - JavaScript
ibrahimcesar
commented
Apr 26, 2021
...
Took a quick look, your example using setToContext will leak the secret into the handler. In v2.x we added request.internal to share secrets between middleware. You can find an example here: https://github.com/willfarrell/middy-rds
Originally posted by @willfarrell in middyjs/middy#664 (comment)
A middy middleware that make gzip compress response
aws
middleware
lambda
typescript
compression
aws-lambda
serverless
gzip
lambda-functions
serverless-framework
middy
-
Updated
Mar 24, 2022 - TypeScript
Make AWS Lambda Functions Idempotent using Middy
-
Updated
Aug 23, 2021 - JavaScript
Playground for smallish, standalone sample projects made for experimenting with, or demonstrating, different ares of interest - from architectural patterns to product- or framework features. Most likely related to serverless.
aws
lambda
serverless
dynamodb
sqs
cognito
apigateway
streams
serverless-framework
event-driven
ssm
middy
eventbridge
-
Updated
Mar 12, 2021 - JavaScript
-
Updated
Jan 27, 2022 - JavaScript
Middyjs middleware for use with AWS lambda functions
-
Updated
Nov 15, 2018 - JavaScript
Creates a request/response objects from API Gateway event
-
Updated
May 5, 2020 - TypeScript
Simple verbose error handling in AWS lambda
-
Updated
Apr 19, 2022 - JavaScript
Middyjs middleware to parse your AWS SQS events
-
Updated
Dec 1, 2020 - JavaScript
JAMStack Application Backend for Inventory Management made with Serverless node APIs on AWS Lambda via Serverless Framework.
-
Updated
Jun 13, 2021 - TypeScript
Serverless Base API starter project to create a Serverless API using Node.js in AWS
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Jan 2, 2021 - JavaScript
A boilerplate repo to start ServerlessFramework service for AWS Lambda based microservice
-
Updated
Jun 2, 2022 - TypeScript
A serverless auction site where you post your products people can bid on it and the highest bidders takes all
-
Updated
Jul 7, 2020 - JavaScript
A simple api using serverless framework, typescript and mongodb
-
Updated
Apr 1, 2021 - TypeScript
Improve this page
Add a description, image, and links to the middy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the middy topic, visit your repo's landing page and select "manage topics."
In the first public release,
0.0.13, the lib is not, in any way extensible. It supports only and one way of storage: Redis through Upstash. It is important to decouple theget/setand add new storages. At least support DynamoDB or "Bring your own storage".