gulp-lambda-deploy
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "gulp-lambda-deploy", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Gulp plugin to deploy zipped packages to AWS Lambda directly or via S3", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -98,7 +98,2 @@ # gulp-lambda-deploy | ||
#### `region` (required) | ||
The AWS region your resources will be located in. | ||
<br/> | ||
> [stackabuse.com](http://stackabuse.com) · | ||
> Twitter [@ScottWRobinson](https://twitter.com/scottwrobinson) · | ||
> GitHub [@ScottWRobinson](https://github.com/scottwrobinson) | ||
The AWS region your resources will be located in. |
10731
98