-
Updated
Mar 21, 2022 - JavaScript
#
middy
Here are 28 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
Dec 25, 2021 - 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
Feb 12, 2022 - JavaScript
A middy middleware for AWS AppSync
-
Updated
Sep 21, 2021 - TypeScript
A Middy middleware for authentication via JSON web tokens
-
Updated
Mar 21, 2022 - TypeScript
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
Dec 25, 2021 - JavaScript
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
Feb 12, 2022 - TypeScript
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
Make AWS Lambda Functions Idempotent using Middy
-
Updated
Aug 23, 2021 - JavaScript
Middyjs middleware for use with AWS lambda functions
-
Updated
Nov 15, 2018 - JavaScript
Boilerplate for using AWS CDK v2 with NodejsFunction construct and Middy middleware engine
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Jan 27, 2022 - JavaScript
Creates a request/response objects from API Gateway event
-
Updated
May 5, 2020 - TypeScript
Middyjs middleware to parse your AWS SQS events
-
Updated
Dec 1, 2020 - JavaScript
Simple verbose error handling in AWS lambda
-
Updated
Mar 12, 2022 - JavaScript
JAMStack Application Backend for Inventory Management made with Serverless node APIs on AWS Lambda via Serverless Framework.
-
Updated
Jun 13, 2021 - TypeScript
A boilerplate repo to start ServerlessFramework service for AWS Lambda based microservice
-
Updated
Feb 13, 2022 - TypeScript
-
Updated
Jan 2, 2021 - JavaScript
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".