Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Faas | 23,110 | 9 | 2 days ago | 31 | April 12, 2021 | 30 | mit | Go | ||
OpenFaaS - Serverless Functions Made Simple | ||||||||||
Examples | 10,886 | 2 days ago | 19 | April 25, 2021 | 170 | other | JavaScript | |||
Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more. | ||||||||||
Up | 8,687 | 68 | 13 | 3 months ago | 11 | March 02, 2018 | 291 | mit | Go | |
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS. | ||||||||||
Webiny Js | 6,583 | 113 | 15 hours ago | 251 | September 07, 2022 | 251 | other | TypeScript | ||
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS. | ||||||||||
Serverless Express | 4,835 | 660 | 159 | 12 days ago | 33 | December 06, 2020 | 76 | apache-2.0 | JavaScript | |
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, [email protected], and ALB. | ||||||||||
Grant | 3,771 | 210 | 41 | 5 months ago | 98 | March 09, 2022 | 23 | mit | JavaScript | |
OAuth Proxy | ||||||||||
Claudia | 3,709 | 193 | 29 | a year ago | 122 | March 17, 2022 | 14 | mit | JavaScript | |
Deploy Node.js projects to AWS Lambda and API Gateway easily | ||||||||||
Middy | 3,372 | 3 | 144 | 2 days ago | 141 | September 25, 2022 | 2 | mit | JavaScript | |
🛵 The stylish Node.js middleware engine for AWS Lambda 🛵 | ||||||||||
Aws Sdk Js V3 | 2,392 | 427 | 10 hours ago | 156 | September 27, 2022 | 352 | apache-2.0 | TypeScript | ||
Modularized AWS SDK for JavaScript. | ||||||||||
Awesome Layers | 1,959 | a month ago | 7 | gpl-3.0 | ||||||
λ A curated list of awesome AWS Lambda Layers. Sponsored by https://cloudash.dev |
LambdaLog is a Node.js package facilitates and enforces logging standards in Node.js processes or applications anywhere by formatting your log messages as JSON for simple parsing and filtering within log management tools, such as CloudWatch Logs. Works with all of the supported versions of Node.js on Lambda.
Originally created for AWS Lambda Functions, LambdaLog is a lightweight and feature-rich library that has no dependency on AWS or Lambda, meaning you can use it in any type of Node.js project you wish. It's really a universal JSON logger.
Why another lambda logger? There are plenty of other logging libraries in the NPM ecosystem but most are convoluted, included more functionality than needed, not maintained, or are not configurable enough. I created LambdaLog to include the important functionality from other loggers, but still maintaining simplicity with minimal dependencies.
Anyone can log JSON to the console
, but with Lambda Log you also get:
Version 3.0.0 of Lambda Log brings a bunch of changes, new features, and a new website.
Broad Changes:
New Features:
levelKey
configuration option to be able to change the key name for log levels.messageKey
configuration option to be able to change the key name for log messages.tagsKey
configuration option to be able to change the key name for tags.addLevel()
method to quickly add a custom log level to an instance of LambdaLog.null
, undefined
or ""
are now removed from the tags array.Error
objects are now automatically converted to a plain object.Breaking Changes:
Documentation for Lambda Log has moved to our new website.
See Development Documentation.
See Contributing Documentation.
MIT License. See License in the repository.
Thanks goes to these wonderful people (emoji key):
Kyle Ross 💻 📖 🚧 |
Jonathan Goldwasser 💻 🐛 |
Gabriel 🤔 |
sh1n1chi8acker 🐛 |
Matt Nagi 📖 |
nickcox 📖 |
Tim Schmidt 💻 |
Marius Tolzmann 🐛 |
AndresQ 🤔 |
Mike Fogel 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!