aws-sdk-js
middy
aws-sdk-js | middy | |
---|---|---|
18 | 27 | |
7,600 | 3,754 | |
-0.0% | 0.6% | |
9.3 | 9.2 | |
2 months ago | 13 days ago | |
JavaScript | JavaScript | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
aws-sdk-js
- Node 20 support in Lambda
-
Amazon Bedrock For JavaScript and TypeScript Developers
⚠️Here's the issue: https://github.com/aws/aws-sdk-js/issues/4519
-
Creating RSS feeds for language/module specific AWS SDK updates
The updates could be parsed from the github repo's CHANGELOG files (ex: javascript, java, python). I'm picturing an RSS feed generated for a specific language and module (ex: python s3, javascript s3, java sqs)
-
AWS Changelog
Another option is to look at the changelog for the AWS SDK. Because the AWS SDK has to have support for pretty much every service ever it gets a new version and a changelog whenever new things are added. I like to refer to this changelog from time to time: https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md
-
S3 Multipart Upload + Presigned URL via Cloudfront S3 Origin
From this thread I double-checked that all query strings and the origin, Access-Control-Request-Method and Access-Control-Request-Headers are sent to the origin (I ran into some signature mismatch issues before that were solved with this origin request policy).
-
MinIO - Mock S3 in local development
Now that you have installed MinIO server, let's use it on your project. I will be using the official S3 JavaScript SDK as example. But should be applicable for all other S3 SDKs.
-
Encrypting/decrypting DynamoDB data from a JavaScript Lambda
The client is only available for Java and Python. https://github.com/aws/aws-sdk-js/issues/1164
-
Skip The Lambda Function, Connect Directly To Your AWS Services
The best way I've found to locate the X-Amz-Target value is from this AWS support ticket where it is recommend to look at the SDK docs for the service and locate the targetPrefix field in the metadata.
-
CouchDB vs S3 vs Restful - advanced Nomie Storage feedback request
I wonder if there's a way to only bring in the S3 SDK from aws-sdk to help trim the file size. I believe there might be a way to import only certain files, maybe something like this?
-
dabbling @epilot-dev with ______
Due to performance reasons, one of the goals was to switch to rollup for bundling all our applications, however, we use webpack due to rollup’s known issues with aws-sdk.
middy
-
Building Well-Architected AWS AppSync GraphQL APIs
When using Lambda resolvers, implement logging and manually instrument traces using AWS X-Ray SDK. Utilise libraries like Powertools for lambda and Middy
- Middy - stylish Node.js middleware for AWS Lambda
-
Everything Suffers from Cold Starts
Vlad Ionescu: Scaling containers on AWS in 2022 GitHub: awslabs/llrt AWS Documentation: Understanding the Lambda execution environment Amazon Science: How AWS's Firecracker virtual machines work Lumigo GitHub: MiddyJS
-
Middleware for Step Functions: Automatically Store and Load Payloads from Amazon S3
I would like to introduce middy-store, a new library I built over the last couple of months. I've been pondering this idea for a while, going back to this feature request I opened more than a year ago. middy-store is a middleware for Middy that automatically stores and loads payloads from and to a Store like Amazon S3 or potentially other services.
- The stylish Node.js middleware engine for AWS Lambda
-
Clean authorization control in serverless functions
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
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!
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
Is there any equivalent to Node based https://middy.js.org/ for Golang?
- Middy: AWS Lambda middleware framework for Node.js
What are some alternatives?
aws-sso-creds-tool - script to (almost) auto update aws sso credentials file
aws-cdk - The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
aws-sdk-js-v3 - Modularized AWS SDK for JavaScript.
dynamodb-toolbox - Lightweight and type-safe query builder for DynamoDB and TypeScript
amazon-transcribe-websocket-static - A static site demonstrating real-time audio transcription via Amazon Transcribe over a WebSocket.
maplibre-gl-js - MapLibre GL JS - Interactive vector tile maps in the browser
typescript-badges - :smirk_cat: TypeScript Badges
single-spa - The router for easy microfrontends
powertools-lambda-typescript - Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
wonqa - Quickly create disposable QA environments
projen - Rapidly build modern applications with advanced configuration management