azure-aws-serverless-express

0.1.5 • Public • Published

azure-aws-serverless-express

Wrapper library to use aws-serverless-express with Azure Functions

Installation

npm install azure-aws-serverless-express --save

Usage

const express = require('express');
const azureFunctionHandler = require('azure-aws-serverless-express');
 
const app = express();
 
app.get('/api/hello-world/', (req, res) => res.send('Hello World!'));
 
module.exports = azureFunctionHandler(app);
$ curl http://localhost:7071/api/hello-world/
Hello World!

Todo

Tests

Readme

Keywords

none

Package Sidebar

Install

npm i azure-aws-serverless-express

Weekly Downloads

3,788

Version

0.1.5

License

MIT

Unpacked Size

5.62 kB

Total Files

6

Last publish

Collaborators

  • ncamargo