151 Commits

Author SHA1 Message Date
Philipp Muens
060e85e29d Remove AWS setup instructions in "Your first service" tutorial
Because we'll introduce a dedicated AWS setup section later on.
2016-06-22 18:31:59 +02:00
Philipp Muens
6eb595edc4 Update "Adding event sources" tutorial / move "Event sources" document to "guide" 2016-06-22 18:30:50 +02:00
Philipp Muens
143e5c0d44 Update "Your first service" tutorial 2016-06-22 17:57:51 +02:00
Philipp Muens
8763a95a3c Fix typo 2016-06-22 17:49:08 +02:00
Philipp Muens
94121fb135 Uppercase necessary bullet points in "table of contents"
So that they all follow the same pattern.
2016-06-22 17:43:34 +02:00
Philipp Muens
fecf1ddcd4 Remove duplicate "npm install" statement 2016-06-22 17:42:22 +02:00
Philipp Muens
a0126d6092 Add / update basic docs structure
For a more organized and less bloated reading experience.
2016-06-22 17:40:27 +02:00
Philipp Muens
9ead01010b Rename plugin names in docs
Rename the plugin names in docs so that they are more human readable and easier to understand.
2016-06-17 09:19:32 +02:00
Philipp Muens
cf7028677b Refactor docs structure
Each plugin now has a README.md file in it's root folder. The docs/README.md file
links to each plugins index folder so that the user can directly see the plugins folder structure
and the corresponding README.md file at once. This makes understanding the plugin way easier.
2016-06-17 08:43:51 +02:00
Philipp Muens
5b139c11c8 Add remark about universal JSON request template support in docs 2016-06-16 10:59:40 +02:00
Philipp Muens
3c407ea2d9 Switch from http_endpoint to http_endpoints
http_endpoints is correct as the property might contain one or more endpoints.
2016-06-15 12:25:44 +02:00
Philipp Muens
7311d3c89a Add documentation for awsCompileApigEvents plugin
Fix some minor typos and format issues alongside.
2016-06-15 12:25:44 +02:00
Philipp Muens
974922e0d2 Fix invalid docs
Fix the docs so that the custom resources section is correct again.
2016-06-15 12:17:47 +02:00
Philipp Muens
75b9c617af Update serverless.yaml file
Fix indentations and fix naming in resources section so that it matches the recent changes.
2016-06-15 11:34:45 +02:00
Philipp Muens
e7173167bf Add a new FAQ section in README.md / updates awsDeploy doc
This makes it easier to get started on Plugin development.
2016-06-15 09:52:08 +02:00
Philipp Muens
8f913b2e59 Add more docs for event usage 2016-06-14 10:45:28 +02:00
Philipp Muens
42bd7a4371 Add docs for Serverless service files
Fix some minor stuff alongside.
2016-06-14 09:30:40 +02:00
Philipp Muens
d7b6c6ff75 Add event sources concept to docs
Updated the services definition to reflect the recent changes and fixed some minor
stuff.
2016-06-13 19:42:17 +02:00
Philipp Muens
37d876b55c Add tutorial for event sources 2016-06-13 12:53:47 +02:00
Eslam A. Hefnawy
21adc30ded fix docs 2016-06-10 16:57:48 +02:00
Eslam A. Hefnawy
87ae951335 fixed copy type 2016-06-10 16:57:48 +02:00
Eslam A. Hefnawy
9f64281bc3 fix copy typo 2016-06-10 16:57:48 +02:00
Eslam A. Hefnawy
2c7ae54eac added docs for schedules 2016-06-10 16:56:48 +02:00
Philipp Muens
f5c7f65d8f Add "Your first service" tutorial to docs 2016-06-10 15:12:16 +02:00
Philipp Muens
7bf85e99ea Improve docs 2016-06-10 14:42:31 +02:00
Philipp Muens
b7ce3e1ed2 Update plugins concept docs
Update plugins concept docs so that both, the serverless instance and the options are
shown in the examples.
2016-06-09 19:43:13 +02:00
Philipp Muens
90c4feeca5 Add validateOptions functionality in PluginManager class 2016-06-09 19:43:13 +02:00
Philipp Muens
40f6dab03f Move options passing to the plugins constructor 2016-06-09 19:43:13 +02:00
Philipp Muens
48c9529f6b Add documentation for "awsCompileS3Events" plugin 2016-06-09 19:10:07 +02:00
Philipp Muens
f8d55f1766 Add documentation for the "awsCompileFunctions" plugin 2016-06-09 14:13:32 +02:00
Philipp Muens
aea591bc8b Add example for plugin usage definition in serverless.yaml file 2016-06-06 08:28:52 +02:00
Philipp Muens
e0671671b4 Add updates to the create documentation based on PR comments 2016-06-06 08:28:52 +02:00
Philipp Muens
1abbdc5f75 Reformat config docs
So that they are easier to edit and view. Furthermore
serverless.yml is renamed to serverless.yaml to reflect recent
changes in service parsing.
2016-06-06 08:28:52 +02:00
Philipp Muens
120f7dece6 Add docs for remove plugin 2016-06-06 08:28:52 +02:00
Philipp Muens
00e986db3f Add section "Packaging" to the "deploy" plugin doc 2016-06-06 08:28:52 +02:00
Philipp Muens
49b75a17f4 Fix headlines in plugin docs 2016-06-06 08:28:52 +02:00
Philipp Muens
c2151037af Fix broken links in README.md file 2016-06-06 08:28:52 +02:00
Philipp Muens
5ea11a1baa Add README.md file in the documents root folder 2016-06-06 08:28:52 +02:00
Philipp Muens
71f58c55dd Move concepts into an own subfolder 2016-06-06 08:28:52 +02:00
Philipp Muens
48b316203e Move plugin related docs to "plugins" subfolder 2016-06-06 08:28:52 +02:00
Eslam A. Hefnawy
c48326851e added docs for create, deploy and invoke 2016-06-06 08:28:52 +02:00
Philipp Muens
8bdbcf66b1 Update plugins README and rename CLI test variables 2016-05-23 19:24:56 +02:00
Philipp Muens
c8639c678a Add argument support for CLI and plugins
Add the possibility to access arguments inside plugins (e.g. "--function function1" or "-f function").
Additionally the "lifeCycleEvent" property is renamed to "lifecycleEvent".
2016-05-23 15:17:22 +02:00
ac360
e8f0251631 rename to docs 2016-05-22 20:37:26 -07:00
Austen Collins
01ba9f6a52 All: Rebrand 2015-12-03 20:31:49 -08:00
doapp-ryanp
558e784c35 added ALL flag to lambda deploy 2015-10-23 09:51:39 -05:00
doapp-ryanp
8c2041d456 test cases prep 2015-10-22 13:56:17 -05:00
doapp-ryanp
bc072fb925 new awsm.json format, alias lambda, version lambda 2015-10-20 22:17:50 -05:00
doapp-ryanp
806ced38a8 start on version lambda 2015-10-20 16:57:24 -05:00
doapp-ryanp
73e16234a0 update admin env var 2015-10-20 14:04:24 -05:00