Jonathan Carter
07667d13be
Adding Azure/Node create template
2017-03-06 15:11:28 -08:00
Philipp Muens
35a14a9896
Add section about memorySize and timeout config for functions
2017-03-06 15:25:48 +01:00
Philipp Muens
4a430e47fa
Add docs for example
2017-03-06 15:25:47 +01:00
Philipp Muens
89a9dcc901
Add docs for cli reference
2017-03-06 15:25:47 +01:00
Philipp Muens
2c33936a81
Add docs for events
2017-03-06 15:25:47 +01:00
Philipp Muens
8251e71c67
Add docs for guide
2017-03-06 15:25:47 +01:00
Philipp Muens
9c6fcf366b
Add provider README for docs
2017-03-06 15:25:47 +01:00
Philipp Muens
7002ce4a46
Update docs overview README
2017-03-06 15:25:47 +01:00
Philipp Muens
6ae698359e
Merge pull request #3331 from serverless/update-coveralls-dependency
...
Update coveralls dependency
2017-03-06 13:11:40 +01:00
Philipp Muens
54a863a219
Update coveralls dependency
2017-03-06 13:01:01 +01:00
Philipp Muens
6ece0ee388
Merge pull request #3111 from ryansb/feature/dynamic-stream-arn
...
Allow DynamoDB and Kinesis streams to use GetAtt/ImportValue
2017-03-06 12:47:55 +01:00
Philipp Muens
803c46d037
Minor doc updates
2017-03-06 12:41:50 +01:00
Philipp Muens
86be4464ca
Merge pull request #3328 from ludoblues/patch-1
...
Fix typo
2017-03-04 12:04:40 +01:00
Ludovic
bf4a73e743
Fix typo
...
The lambda wasn't found.
2017-03-03 17:55:01 +01:00
Frank Schmid
07d1141f99
Allow entrypoints to be defined and called by plugins.
...
Commands can contain a type property. The only allowed value currently is 'entrypoint'. This declares the command as hidden from the CLI. It will not appear in the help screen, nor can it be called from there.
However, entrypoint type commands can be called by plugins via the new PluginManager.spawn(commandsArray) method. In contrast to PluginManager.run() this method allows access to entrypoint commands and can be used to enter a plugin internal sub lifecycle. With this mechanism in place, plugins can expose their own lifecycle events which become then part of the global lifecycle and can be hooked again by dependent plugins.
2017-03-03 15:05:09 +01:00
Philipp Muens
dd3f11b5e0
Merge pull request #3326 from serverless/add-gcloud-dir
...
Add gcloud dir
2017-03-03 14:57:25 +01:00
Philipp Muens
e5327475c8
Add gcloud dir
2017-03-03 14:16:37 +01:00
Philipp Muens
7b3298c8ea
Merge pull request #3321 from serverless/pluginDocUpdates
...
add plugin blog links
2017-03-03 14:15:47 +01:00
Ryan S. Brown
8f7584b37e
Enforce schema on dynamic stream ARNs
...
This commit enforces that any dynamic stream *must* have either
Fn::GetAtt or Fn::ImportValue, and can't have any extra keys.
2017-03-02 19:46:25 -05:00
James Manners
13c71707d5
Updated to use _.includes to check if the method includes 'ANY'
2017-03-03 10:03:00 +11:00
davidwells
dccbe952e0
add plugin blog links
2017-03-02 09:37:53 -08:00
Ryan S. Brown
2c01c06d6d
LINT FOR THE LINTING GODS
2017-03-01 21:52:30 -05:00
Ryan S. Brown
9ca9baabfa
Add tests for dynamic ARNs
2017-03-01 21:33:54 -05:00
Philipp Muens
27fd56d5fc
Fix indentation for stream examples
2017-03-01 21:00:16 -05:00
Erik Erikson
a41e38799c
Re-Add/Expand Docs for Stream Declaration
2017-03-01 21:00:16 -05:00
Ryan S. Brown
b42585f568
Fix lint errors
2017-03-01 21:00:16 -05:00
Ryan S. Brown
9ab56970e0
Patch DynamoDB and kinesis stream detection to allow use of GetAtt/ImportValue
2017-03-01 21:00:16 -05:00
Philipp Muens
7a71a5ba29
Merge pull request #3314 from TylorShin/master
...
Added default resource overriding guide with normalizedFunctionName
2017-03-01 15:26:33 +01:00
Philipp Muens
e419070685
Merge pull request #3315 from serverless/remove-legacy-cflogs-usage
...
Remove legacy cfLogs usage
2017-03-01 15:22:41 +01:00
Philipp Muens
02b19db55c
Remove whitespace
2017-03-01 15:18:19 +01:00
Philipp Muens
b51f1473e3
Minor fixes
2017-03-01 15:17:50 +01:00
Philipp Muens
dab1309eb6
Remove legacy cfLogs usage
2017-03-01 15:13:26 +01:00
Tylor Shin
a0b22e8598
Added default resource overriding guide with normalizedFunctionName description
2017-03-01 22:41:33 +09:00
Eslam λ Hefnawy
2b8555f96c
Merge pull request #3074 from horike37/add-integration-test-for-iot
...
add integration test for iot event
2017-03-01 20:32:29 +08:00
Eslam λ Hefnawy
640dce90ba
Merge pull request #3208 from erikerikson/allow-self-reference
...
Allow for Top-Level References
2017-03-01 20:31:31 +08:00
Philipp Muens
bfb67aadde
Minor typo fixes / cleanup
2017-03-01 09:17:10 +01:00
Philipp Muens
c7414211fb
Merge branch 'master' into allow-self-reference
2017-03-01 09:07:31 +01:00
Eslam λ Hefnawy
be3d6545a5
Merge pull request #3313 from serverless/releasing-1.8
...
releasing v1.8
v1.8.0
2017-03-01 09:52:03 +08:00
Eslam A. Hefnawy
fb6b94d088
releasing v1.8
2017-03-01 03:25:28 +08:00
Eslam λ Hefnawy
af3d463e03
Merge pull request #3297 from serverless/fix-monitor-stack-freezing-bug
...
Fix monitorStack freezing bug
2017-02-28 23:49:09 +08:00
Philipp Muens
010fe8b0f3
Merge pull request #3310 from serverless/quickfix-too-many-files-open
...
Quickfix too many files open
2017-02-28 16:40:56 +01:00
Philipp Muens
6c82f71be8
Quickfix too many files open
2017-02-28 16:07:39 +01:00
Eslam λ Hefnawy
dc0c92b00a
Merge pull request #2983 from nicka/master
...
BREAKING - Replace IamPolicyLambdaExecution with inline policies and added ManagedPolicyArns to fix VPC permissions
2017-02-28 22:00:35 +07:00
Philipp Muens
2bc8416558
Merge pull request #3307 from colbywhite/master
...
A simple typo correction
2017-02-28 08:05:50 +01:00
Colby M. White
0d679c295d
correct spelling typos
2017-02-27 19:34:23 -08:00
Nick den Engelsman
6ee7930526
Replace remaning IamPolicyLambdaExecution’s with IamRoleLambdaExecution
2017-02-27 12:49:36 +01:00
Nick den Engelsman
1e7bc75334
Remove logs:CreateLogGroup from the default IAM policy since Log group resources are created through CloudFormation by default
2017-02-27 12:46:21 +01:00
Philipp Muens
02707b90f5
Merge pull request #3085 from jogold/iam-role-statements-examples
...
Show valid iam role statements examples in docs and templates
2017-02-27 10:19:56 +01:00
Philipp Muens
6144434d47
Merge pull request #3219 from christophgysin/remove-exec-bit
...
remove executable bit
2017-02-27 10:11:56 +01:00
Philipp Muens
d77b5dfbae
Merge pull request #3239 from serverless/update-function-displaying-for-info-plugin
...
BREAKING - Update function name displaying for info plugin
2017-02-27 10:10:02 +01:00