lukelafountaine / lambda-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambda Express

NPM Version License Build Status Coverage Status Dependency Status Dev Dependency Status Conventional Commits

What?

An express-like framework for use with AWS Lambda functions that supports both API Gateway and Application Load Balancer integrations with Lambda.

The entire library is written in TypeScript so you get great autocomplete if you're using VS Code or similar. It's also very well tested, so you can rest assured that it will do what you need, and regressions between versions will be rare.

Why?

You shouldn't have to think about how API Gateway or Application Load Balancer send you request events, or how you need to respond to them with your responses. There are a lot of little intricacies, especially if you are using API Gateway for some of your APIs and Application Load Balancer for others (see this writeup for the differences).

If you're writing APIs, you've probably already written Express apps, so keeping things familiar will accelerate your development, allowing you to focus on your business logic.

Usage

TODO: fill in details and examples here.

License

This software is released under the MIT license. See the license file for more details.

About

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%