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
rowan
0c854ebfad
Add example for disabled cron syntax.
...
As discussed in #2344 .
2016-10-17 12:59:01 +11: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
Maciej Winnicki
eaa6ef9149
fix relative links
2016-10-14 11:21:34 +02:00
Philipp Muens
1411fb1684
Merge pull request #2253 from svdgraaf/feature/verbose-info-stack-output
...
Add Stack outputs to verbose info and deploy output
2016-10-13 11:27:30 -07:00
Philipp Muens
7ae1e3044f
Add docs for framework statistics
2016-10-13 09:54:24 -07:00
Florian Motlik
c9d6c93478
Merge pull request #2158 from WooDzu/1956-stack-tags-and-policy
...
Implement stack tags and policy #1956
2016-10-13 17:53:17 +02:00
Maciej Winnicki
1df27847d5
Merge pull request #2301 from serverless/static-html-example
...
Add API gateway + Lambda serving static html example
2016-10-13 12:47:14 +02:00
Maciej Winnicki
ff990f3aa1
migrate to lambda-proxy integration type
2016-10-13 12:37:10 +02:00
Maciej Winnicki
2744b9fed3
Merge pull request #2338 from serverless/python-hello-world
...
add python hello world example
2016-10-13 12:34:50 +02:00
Maciej Winnicki
e43d3abcc4
update readme
2016-10-13 12:18:02 +02:00
Maciej Winnicki
036a860827
Merge branch 'master' into static-html-example
2016-10-13 12:14:53 +02:00
Maciej Winnicki
7c9541881a
fix readme typo
2016-10-13 08:48:02 +02:00
Maciej Winnicki
cda498aba7
Merge branch 'master' into python-hello-world
...
Conflicts:
docs/02-providers/aws/examples/hello-world/python/README.md
2016-10-13 08:37:03 +02:00
Maciej Winnicki
e4490c7b5b
Merge pull request #2350 from marcelocbf/patch-1
...
Update 01-create.md
2016-10-13 08:33:24 +02:00
WooDzu
51ed796b04
proper yaml for for AWS doc
2016-10-13 07:44:13 +02:00
WooDzu
5dde1a7bcb
Better example of stack policy
2016-10-13 07:39:57 +02:00
WooDzu
73074ed8f6
Implement custom Stack Tags and Policy #1956
2016-10-13 07:39:57 +02:00
Marcelo
25b3ee0126
Update 01-create.md
...
fixing explanation of --template option
2016-10-12 22:49:31 -04:00
Huang YunKun
144d8be2d9
Update supported template document
...
Add `aws-scala-sbt` to list
2016-10-13 10:25:04 +08:00
Maciej Winnicki
d2a634e20a
fix lint errors in examples
2016-10-12 12:06:40 +02:00
Maciej Winnicki
c9bc0b2e66
add external library Node.js example
2016-10-12 11:18:18 +02:00
Maciej Winnicki
077866a8c0
add python hello world example
2016-10-12 09:41:58 +02:00