We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0693035 + 6f7ce69 commit 799e227Copy full SHA for 799e227
README.md
@@ -1,6 +1,8 @@
1
# lambduh-gulp
2
A handful of gulp commands typical to building AWS Lambda functions
3
4
+Much of this was inspired/borrowed from [Adam Neary's post here](https://medium.com/@AdamRNeary/a-gulp-workflow-for-amazon-lambda-61c2afd723b6).
5
+
6
# Usage
7
8
```
@@ -45,6 +47,7 @@ module.exports = {
45
47
Description: 'descrip',
46
48
Handler: 'index.handler',
49
Role: 'arn:aws:iam:etcetc',
50
+ Region: 'us-east-1',
51
Runtime: 'nodejs',
52
MemorySize: 320,
53
Timeout: 60
0 commit comments