Skip to content

Commit 799e227

Browse files
committed
Merge branch 'master' of github.com:lambduh/lambduh-gulp
2 parents 0693035 + 6f7ce69 commit 799e227

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# lambduh-gulp
22
A handful of gulp commands typical to building AWS Lambda functions
33

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+
46
# Usage
57

68
```
@@ -45,6 +47,7 @@ module.exports = {
4547
Description: 'descrip',
4648
Handler: 'index.handler',
4749
Role: 'arn:aws:iam:etcetc',
50+
Region: 'us-east-1',
4851
Runtime: 'nodejs',
4952
MemorySize: 320,
5053
Timeout: 60

0 commit comments

Comments
 (0)