1886 Commits

Author SHA1 Message Date
Gareth McCumskey
ecc06ca36f Corrected typo in example on documentation page 2019-06-26 05:50:31 +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
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
Philipp Muens
e92309e1f3
Merge pull request #6228 from awayken/patch-1
Fix formatting issue with Markdown link
2019-06-17 09:43:04 +02:00
Miles Rausch
0c94737bec
Fix formatting issue with Markdown link 2019-06-10 16:28:12 -05:00
Daniel Schep
66f1606910 copy docs from #5589 2019-06-10 11:19:14 -04:00
Oskar
06c8187057
Update docs | dont use provider.tags with shared API Gateway 2019-06-09 21:49:36 +02:00
Philipp Muens
a02b31e91c Add support for S3 hosted package artifacts 2019-06-05 13:33:36 +02:00
Philipp Muens
2023e50386 Update code to use an existing listener 2019-06-03 14:14:37 +02:00
Philipp Muens
0738f7b8f4 Add Application Load Balancer event source 2019-06-03 12:54:40 +02:00
Philipp Muens
f931ecca81 Add support for Websocket Logs 2019-05-30 15:37:44 +02:00
Philipp Muens
83e319654b
Merge pull request #6150 from herebebogans/feature/6125
Add scopes for cognito type APIGW referenced authorizer
2019-05-23 15:06:48 +02:00
Simon Elder
9bb787e117 Some more typos .... 2019-05-17 16:30:55 +10:00
Simon Elder
a043620178 Fix typo .... 2019-05-17 16:27:32 +10:00
Simon Elder
834dc5a49a Update documentation example .... 2019-05-17 16:22:51 +10:00
Philipp Muens
5b5425d939 Update AWS Node.js runtime to version 10 2019-05-15 14:27:55 +02:00
Peter Squicciarini
1629b16aca
Update services.md
Removed the paragraph about multiple services behind a shared API gateway
2019-05-14 14:05:21 -07:00
Finlay Percy
7626170029
Update apigateway.md
Just a little typo "Multipe" -> "Multiple"
2019-05-13 16:46:10 +01:00
Tanner Barlow
cc371f32db Updated tests, docs & template README 2019-05-10 10:27:05 -07:00
Philipp Muens
8727242e7d
Merge pull request #6105 from cloudflare-apps/cloudflare/plugin
Update cloudflare documentation
2019-05-10 13:49:34 +02:00
Philipp Muens
c6e699a2e9
Merge pull request #6106 from tbarlow12/update-azure-template
Update Azure Functions Template
2019-05-10 13:49:13 +02:00
Philipp Muens
e245ce00bd
Merge pull request #6108 from trilom/patch-1
Adding a more specific example of how to package individually
2019-05-10 13:49:00 +02:00
Adam Miller
a51dbbf542
Update deploy.md
Remove superfluous bracket
2019-05-10 10:25:20 +10:00
Bryan Killian
36e1ae648a
adding a more specific example of how to package individually 2019-05-09 18:21:25 -04:00
Tanner Barlow
1d327e9903 Update docs to include info on function.json 2019-05-09 13:05:10 -07:00
Victoria
05f907d073 Update cloudflare documentation 2019-05-09 14:38:30 -05:00
Tanner Barlow
ffd332871e Remove core tools from dev dependencies and add to docs as one-time install 2019-05-09 10:22:02 -07:00
Tanner Barlow
16f8a6d9bb Update docs and package.json for local running 2019-05-09 09:37:27 -07:00
Tanner Barlow
ad81649d65 Update documentation for local development 2019-05-09 09:20:02 -07:00
Philipp Muens
1df8598c86 SDK based API Gateway Stage updates 2019-05-08 14:58:32 +02:00
Philipp Muens
76605ffc4b Add support for API Gateway Binary Media Types 2019-05-08 12:22:08 +02:00
0xflotus
d499deae9b
Update variables.md 2019-05-08 10:45:33 +02:00
0xflotus
757966dfc5
Update quick-start.md 2019-05-08 10:44:40 +02:00
0xflotus
bae4eff141
Update intro.md 2019-05-08 10:43:00 +02:00
0xflotus
e5fbd02250
Update create-token.md 2019-05-08 10:41:31 +02:00
0xflotus
cd976023b7
Update active-versions.md 2019-05-08 10:39:49 +02:00
0xflotus
e04872c4a7
Update workflow.md 2019-05-08 10:22:41 +02:00
0xflotus
2650cbc544
Update intro.md 2019-05-08 10:17:30 +02:00
Márcio Porto
18f88341b1
Update serverless.yml.md
including reservedConcurrency property
2019-05-06 14:55:54 -03:00
Philipp Muens
6f51cab2eb Add support for API Gateway REST API Logs 2019-05-03 13:57:47 +02:00
Federico Brigante
fec9d8ba42
Drop duplicate paragraph in aws/guide/credentials 2019-05-03 17:30:07 +08:00
Philipp Muens
58d6e36736
Merge pull request #6064 from Tybot204/master
Allow Fn::Join in stream event arns
2019-04-30 13:48:03 +02:00
Philipp Muens
dce099c0bc Minor fixes / enhancements 2019-04-30 13:41:45 +02:00
Pat Needham
a3988e1849 Update event.md
Reference `project` help prevent error received when running `serverless deploy`
2019-04-27 21:21:22 -04:00
maplain
1bb0f256b0 fix doc
change to npm update
2019-04-25 14:26:57 -07:00
Philipp Muens
c838cf8d53 Update docs 2019-04-25 12:26:51 +02:00
Tyler Hogan
44697b94b4
Allow Fn::Join in stream event arns 2019-04-24 21:41:12 -07:00