UNPKG

aws-api-client

Version:

A JavaScript module to consume AWS API Gateway endpoints. This is the same code generated by AWS, but packaged to be used as ES6 modules compatible with bundlers like Webpack.

8 lines (7 loc) 215 B
var should = require("should"); var APIGatewayClient = require("./lib/index").APIGatewayClient describe('server', function () { it('should respond to GET',function(){ should.exist(APIGatewayClient); }); });