Pravin
ff3cc6759d
added link to dashboard from cli-ref/slsstats page
2019-07-15 22:11:03 +02:00
Pravin
e5ab2f3721
added trailing / to examples explorer link
2019-07-15 21:59:02 +02:00
pdaryani
e70ada1674
Deleting aws/cli-reference/test.md
...
empty file
2019-07-15 20:25:01 +02:00
Maciej Skierkowski
228159981f
dash instead of underscore in filenames
2019-07-14 13:02:34 -07:00
Bill Fine
ceb22e5359
No longer necessary
2019-07-14 12:01:42 -07:00
Bill Fine
071383e637
Updated AWS Access Credentials page.
2019-07-14 11:54:35 -07:00
Bill Fine
1fe342162e
A little fine tuning.
2019-07-14 09:46:27 -07:00
Bill Fine
6c98a0725d
Consolidated quick start for AWS
2019-07-14 09:43:10 -07:00
Bill Fine
ec694f7a45
Title change
2019-07-13 22:44:35 -07:00
Bill Fine
eef097872e
typo
2019-07-13 22:28:16 -07:00
Bill Fine
226c828d3e
streamlining
2019-07-13 22:14:10 -07:00
Bill Fine
5792267ae8
streamlining
2019-07-13 22:11:49 -07:00
Bill Fine
344f32b02f
Some minor edits
2019-07-13 22:03:23 -07:00
Bill Fine
7dce654702
change minimum node version to 6
2019-07-13 20:31:35 -07:00
Bill Fine
dce928c887
initial caps changes in nav
2019-07-12 16:38:10 -07:00
Bill Fine
be100490a1
initial caps changes in nav
2019-07-12 16:37:30 -07:00
Bill Fine
29587e30ff
Initial caps changes in nav
2019-07-12 16:36:57 -07:00
Bill Fine
9181535ee6
Initial caps changes in nav
2019-07-12 16:36:28 -07:00
Bill Fine
fbdc583936
initial caps changes in nav
2019-07-12 16:35:58 -07:00
Bill Fine
b3079dc1ba
Remove stale table; add Explorer link.
2019-07-11 22:32:13 -07:00
Bill Fine
140a975ffc
A bit of clean up only to this page.
2019-07-11 22:23:08 -07:00
Bill Fine
823dc9e125
A bit of clean up only for this page.
2019-07-11 22:21:28 -07:00
Bill Fine
0ffa1b417d
Update slstats.md
2019-07-11 19:44:43 -07:00
Bill Fine
f1f82360aa
Create test.md
2019-07-11 19:35:04 -07:00
Bill Fine
20619819c9
Update login.md
2019-07-11 19:31:27 -07:00
Bill Fine
34d19d9e44
Minor text edits
2019-07-11 19:28:41 -07:00
Philipp Muens
d09b754874
Add support for existing S3 buckets
2019-07-09 15:41:59 +02:00
Philipp Muens
c234227a16
Update documentation
2019-07-08 11:33:52 +02:00
Richard Owen
d4f3dd570b
Typo fix in AWS ALB event documentation
2019-07-01 11:47:30 +01:00
kizmo04
7ae67b11c5
Update credentials.md
2019-06-29 02:42:27 +09:00
Alex DeBrie
86fb74c7fe
New Prettier formatting
2019-06-27 11:58:04 -05:00
Alex DeBrie
99644975da
logFormat --> format
2019-06-27 11:54:20 -05:00
Alex DeBrie
a2b60c3429
Add a logFormat property
2019-06-27 11:54:20 -05:00
Alex DeBrie
8d629552dd
Update docs
2019-06-27 11:54:20 -05:00
Mariusz Nowak
4944f471b1
Prettify
2019-06-26 12:43:01 +02:00
Philipp Muens
17e9737fc7
Merge remote-tracking branch 'origin/master' into correct-typo
2019-06-26 10:49:33 +02:00
Philipp Muens
e4db50087f
Update and fix docs
2019-06-26 10:48:41 +02:00
Mariusz Nowak
b5787c02d5
Merge pull request #6272 from christophgysin/feature/support-external-websocket-api
...
Feature/support external websocket api
2019-06-26 09:08:32 +02:00
Gareth McCumskey
8c54ec5d57
Merge branch 'master' of https://github.com/serverless/serverless into correct-typo
2019-06-26 05:51:20 +02:00
Gareth McCumskey
ecc06ca36f
Corrected typo in example on documentation page
2019-06-26 05:50:31 +02:00
Philipp Muens
de12ed3093
Merge pull request #6293 from axel-springer-kugawana/add-alb-event-conditions
...
Add ip, method, header and query conditions to ALB events
2019-06-25 13:20:24 +02:00
Philipp Muens
6eeba11b26
Update documentation
2019-06-25 13:06:43 +02:00
Jonathan Schellack
a8bff62abd
Fix typo in link to ALB docs
...
"events" was misspelled as "evetns" in the url to alb.md
2019-06-22 18:47:37 -05:00
Gareth McCumskey
385f9f855e
Added correction based on community feedback
2019-06-21 08:42:28 +02:00
Philipp Muens
070c34b311
Merge pull request #6261 from mnapoli/import-relative-file
...
#6017 Allow to load plugin from path
2019-06-20 12:10:18 +02:00
Matthieu Napoli
1019939969
#6017 Plugin relative paths should start with ./
...
Following the discussion in #6261 it should be possible to load plugin via relative paths, as long as the path starts with `./`.
For example:
```yaml
plugins:
# will load myfirstplugin/plugin.js or myfirstplugin/plugin/index.js
- './myfirstplugin/plugin'
# will load mysecondplugin/plugin.js or mysecondplugin/plugin/index.js
- './mysecondplugin/plugin'
```
2019-06-20 11:55:55 +02:00
floydnoel
c67dec15f7
fix typo
2019-06-19 11:06:15 -06:00
Christoph Gysin
142a9d8304
Support external ApiGateway websocket API
...
fixes #6270
2019-06-19 09:21:54 +03:00
Matthieu Napoli
152b4c460a
Fix #6017 Allow to load plugin from path
...
The list of plugins can now contain relative paths.
For example:
```yaml
plugins:
# will load myfirstplugin/plugin.js or myfirstplugin/plugin/index.js
- 'myfirstplugin/plugin'
# will load mysecondplugin/plugin.js or mysecondplugin/plugin/index.js
- 'mysecondplugin/plugin'
```
2019-06-18 16:12:49 +02:00
Philipp Muens
979ba8d510
Merge pull request #6225 from OskarKaminski/patch-1
...
Update docs | dont use provider.tags with shared API Gateway
2019-06-17 09:44:22 +02:00