Hao Chang
35c3d2e0a3
Prettify the format for the build
2019-07-18 13:37:04 +01:00
Hao Chang
4d7300a375
Add the missing colon
2019-07-18 13:20:00 +01:00
Philipp Muens
63c070c64c
Add support for existing Cognito User Pools
2019-07-18 12:53:18 +02:00
Mike Bifulco
1c4af58387
Fix typo
2019-07-15 17:37:50 -04:00
Philipp Muens
e3580e8a54
Merge pull request #6366 from herebebogans/feature/sns_cross_region
...
Cross region SNS Trigger
2019-07-15 12:51:11 +02:00
Simon Elder
2b2e7b7def
Enable cross region sns subscription.
2019-07-12 11:37:44 +10:00
Jonathan Keslin
96946fd5fc
Allow optionally splitting SSM parameter value for StringList type
2019-07-11 15:33:17 -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
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