Skip to content

Commit

Permalink
Merge pull request #27 from kndt84/tinyfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kndt84 authored May 31, 2017
2 parents 91c86fc + 56f8e4f commit dca7237
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/*
test/*
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![dependencies Status](https://david-dm.org/kndt84/aws-api-gateway-client/status.svg)](https://david-dm.org/kndt84/aws-api-gateway-client)

# Overview
Node.js module for AWS API gateway client based on auto-generated JavaScript SDK for browsers. In addition, this module generalizes endpoint specific methods.
A module for AWS API gateway client based on auto-generated JavaScript SDK. This module can be used not only for Node.js but for front-end.

Reference:
https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-generate-sdk.html
Expand Down Expand Up @@ -69,6 +69,7 @@ var apigClient = apigClientFactory.newClient({
secretKey: 'SECRET_KEY',
sessionToken: 'SESSION_TOKEN', //OPTIONAL: If you are using temporary credentials you must include the session token
region: 'eu-west-1' // OPTIONAL: The region where the API is deployed, by default this parameter is set to us-east-1
systemClockOffset: 0 // OPTIONAL: An offset value in milliseconds to apply to signing time
});
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-api-gateway-client",
"version": "0.2.5",
"description": "Node.js moduel for AWS API Gateway client",
"version": "0.2.6",
"description": "A moduel for AWS API Gateway client",
"repository": {
"type": "git",
"url": "git+https://github.com/kndt84/aws-api-gateway-client.git"
Expand Down

0 comments on commit dca7237

Please sign in to comment.