1.1.2 • Published 2 years ago

@knowdev/lambda v1.1.2

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

KnowDev Lambda 🚟

AWS Lambda toolkit

📋 Usage

Installation

npm install --save @knowdev/lambda

Example

const { log, projectHandler } = require("@knowdev/lambda");

exports.handler = projectHandler(async (event, context) => {
  log.info("Hello, world!");
  return { message: "Hello, world!" };
});

📖 Reference

📝 Changelog

  • v1.1.0 - log supports JSON
  • v1.0.1 - Make handler async 🤦🏻‍♂️

🛣 Roadmap

Wishlist 🌠

📜 License

All rights reserved. Safe for use around pets.

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago