api-composer

0.0.1 • Public • Published

api-composer

A library to synthesize Amazon API Gateway and Amazon Lambda.

Install

npm install api-composer

Usage

Composer#deploy creates resources on API Gateway from your swagger file.

import { Composer } from 'api-composer'
 
new Composer({
  accessKeyId: '...',
  region: '...',
  secretAcceessKey: '...',
  swaggerFilePath: '/path/to/swagger.yml'
}).deploy();

Readme

Keywords

none

Package Sidebar

Install

npm i api-composer

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • r7kamura