514 Commits

Author SHA1 Message Date
Eslam A. Hefnawy
4757a58bde added docs for invoke-local 2016-10-25 19:41:49 +07:00
Austen
38e722e176 fix doc link 2016-10-24 23:55:29 -07:00
Austen
5b04f2ca75 fix doc link 2016-10-24 23:52:18 -07:00
Austen
ba68a87dc6 add serverless stats 2016-10-24 20:00:47 -07:00
davidwells
bd1c8692c8 update doc links 2016-10-24 19:11:37 -07:00
ac360
06af417f7b refactor documentation 2016-10-24 18:51:07 -07:00
Eslam A. Hefnawy
b3de730ea9 added docs for log groups 2016-10-24 19:40:27 +07:00
Eslam λ Hefnawy
d4e7f35891 Merge pull request #2497 from Si1kIfY/patch-1
Update api-gateway.md docs to include note about parsing JSON event body
2016-10-24 15:18:12 +07:00
Nik Graf
c758c8a89b Merge pull request #2495 from serverless/rollback
add rollback feature
2016-10-24 09:05:11 +02:00
Nik Graf
9ed770eaba fix docs wording 2016-10-24 08:52:43 +02:00
Florian Motlik
7c88e909f3 Merge pull request #2518 from sogasg/patch-1
fix broken links
2016-10-24 08:32:36 +02:00
Asgeir Sognefest
1bf0f88d73 fix broken links
leftover from the merge of DynamoDB- and Kinesis streams event docs.
2016-10-24 08:24:28 +02:00
James Hall
6cd95a4fa5 Change to 'GitHub' 2016-10-24 00:06:18 +01:00
Nik Graf
665b3752e6 imrpove example 2016-10-22 18:24:24 +02:00
Nik Graf
6b88829f47 fix naming 2016-10-21 21:06:18 +02:00
Nik Graf
9c01214734 add verbose option 2016-10-21 16:50:45 +02:00
Nik Graf
f458d3d631 update wording 2016-10-21 16:45:58 +02:00
Nik Graf
324085ffa6 fix wording 2016-10-21 16:40:07 +02:00
Nik Graf
5a8d04afe4 add docs for rollback 2016-10-21 12:46:34 +02:00
Callum Silcock
22f2b0692d Update api-gateway.md docs to include note about parsing JSON event body
As per title, just wasted some time on this as it wasn't obvious, thought a note could save some time in future

Stole language from the [lambda-proxy npm module](https://www.npmjs.com/package/lambda-proxy)
2016-10-21 11:31:29 +11:00
Nik Graf
08d5dc9d38 improve documentation 2016-10-20 20:01:36 +02:00
Nik Graf
fc25bb5e4a Merge pull request #2439 from serverless/listing-stacks
Listing stacks
2016-10-20 11:31:16 +02:00
Maciej Winnicki
6888edec91 Merge pull request #2443 from erikerikson/invoke-command-allow-absolute-path
Allow invoke to accept absolute paths
2016-10-20 09:34:22 +02:00
Philipp Muens
81617dc46a Merge pull request #2425 from mankins/master
add ability for functions to override runtime to have multi-language …
2016-10-20 07:41:15 +02:00
Matt Mankins
2a6ad5ea06 [DOCS] add runtime configuration optional override PR#2425 2016-10-19 16:32:59 -04:00
Nik Graf
fcb8d411d8 add explainatory info to docs 2016-10-19 18:44:08 +02:00
Nik Graf
18b0fae2f1 add docs 2016-10-19 17:36:48 +02:00
Eslam A. Hefnawy
03eee6dcbd fix typo 2016-10-19 16:50:41 +07:00
Eslam A. Hefnawy
a90a1c0985 updated docs for custom bucket 2016-10-19 16:50:41 +07:00
Eslam A. Hefnawy
4b4fd38728 added docs for bucket switching 2016-10-19 16:50:41 +07:00
Nik Graf
360bfb814a Merge branch 'master' into ellipsis 2016-10-19 10:35:34 +02:00
Maciej Winnicki
3b25c14f44 Merge pull request #2435 from j-un/fix_broken_link
fix broken link in the context of Serverless Documentation
2016-10-19 10:10:10 +02:00
Philipp Muens
e4903067b1 Add documentation for the new <ProviderName>Provider pattern 2016-10-19 09:16:39 +02:00
Nik Graf
1399a0ce13 replace ... with ellipsis character in docs 2016-10-19 06:31:45 +02:00
Erik Erikson
0d9e6ef2f6 Allow invoke to accept absolute paths
Resolves https://github.com/serverless/serverless/issues/2442

1. Allow for the given `path` parameter to be an absolute path.  Detect this case and do not prepend the service path in this case.
2. Update docs (including random missing apostrophe)
3. Add test to verify absolute path use
2016-10-18 15:08:14 -07:00
Maciej Winnicki
01da6f7b51
fix repo links. Closes #2415 2016-10-18 19:10:45 +02:00
j-un
db41f88480 fix broken link in the context of Serverless Documentation 2016-10-18 19:11:07 +09:00
Nick den Engelsman
5f85b4a8c6 Add missing $ to docs/02-providers/aws/01-setup.md 2016-10-17 20:30:42 +02:00
Florian Motlik
8a2ae8e7a3 Merge pull request #2391 from radarhere/master
Fixed typos
2016-10-17 12:26:00 +02:00
Florian Motlik
1a4be72bc9 Merge pull request #2398 from Myztiq/fix-templating
add $ to templating
2016-10-17 12:24:02 +02:00
Florian Motlik
6d8713b8d3 Merge pull request #2375 from horike37/issue-2343
Add .gitignore file in every template
2016-10-17 10:07:46 +02:00
Ryan Kahn
06938be9c0 add $ to templating 2016-10-15 09:34:29 -07:00
Andrew Murray
f3bb9341d3 Fixed typos 2016-10-15 13:03:22 +11:00
Maciej Winnicki
2f34be040e
remove context.succeed from docs. Closes #2379 2016-10-14 20:47:25 +02:00
Philipp Muens
b51df05841 Closes #2380 - Update doc links to be relative 2016-10-14 09:00:14 -07:00
Florian Motlik
f517b389f4 Merge pull request #2014 from mallzee/custom-codes-support
Custom status codes support
2016-10-14 12:25:41 +02:00
horike37
3acf7b3021 Add docs that .gitignore 2016-10-14 18:58:10 +09:00
Maciej Winnicki
a0aec7188c
add existing IAM role docs header 2016-10-14 11:57:35 +02:00
Maciej Winnicki
d0f0c63651 Merge pull request #2309 from horike37/issue-2028
Add iamRoleARN statment docs
2016-10-14 11:56:16 +02:00
Maciej Winnicki
8bc3c47644 Merge pull request #2362 from serverless/add-docs-for-framework-statistics
Add docs for framework statistics
2016-10-14 11:29:04 +02:00