Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 442 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 442 Bytes

aws-gateway-typescript

A typescript definition to use aws api-gateway

Getting started

1 - Configure the dependencies defined in the package.json.

2 - Add the lib to your project.

3 - Install the dependencies using npm install

4 - Export the apigClientFactory inside your typescript file, where you will use it.

5 - Create a new client and be happy!