kndt84 / aws-api-gateway-client

A client module of AWS API gateway both for Node.js and browsers

Home Page:https://www.npmjs.com/package/aws-api-gateway-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we make Synchronous Calls using this client ?

ausshadu opened this issue · comments

The invokeApi call returns a Promise, so you can just use Promises or use async/await to make it synchronous (https://javascript.info/async-await)