2501 Commits

Author SHA1 Message Date
Piotr Grzesik
aa4f9f1e11
docs: Complete serverless.yml listing (#8429) 2020-10-30 11:41:54 +01:00
Andrii Tykhan
5de867597c
docs(AWS API Gateway): Document resource name generation rules (#8407) 2020-10-28 12:05:31 +01:00
Yuuki Takahashi
c9bc62c88f
docs(AWS SQS): Complete serverless.yml example (#8420) 2020-10-27 21:12:23 +01:00
SaintMalik
18d3f55949
docs: Fix broken dashboard url (#8418) 2020-10-27 17:46:42 +01:00
Frédéric Barthelet
479727e1f4
feat(AWS CloudFront): Switch from ForwardedValues to cache policies
(PR #8381)
2020-10-27 17:36:20 +01:00
Mark Tse
80e70e7aff
docs: Fix typos (#8410) 2020-10-19 12:13:54 +02:00
Michał Krystek
9fe9341883
docs: Typo fixes (#8408) 2020-10-19 12:10:45 +02:00
Fabian Schneider
8566135341
feat(AWS API Gateway): Fix API Gateway naming convention (#8339) 2020-10-19 11:59:11 +02:00
Piotr Grzesik
2cef13c043
docs(AWS HTTP API): Update information about default payload (#8359) 2020-10-08 09:39:50 +02:00
Helmut Januschka
96ed7db08c
docs: Update kubeless provider docs (#8341) 2020-10-06 08:58:33 +02:00
Oz Weiss
4168dc1f30
feat(Config Schema): Schema for layers (#8299) 2020-10-01 17:39:51 +02:00
Piotr Grzesik
7f474481b6
feat(Config Schema): Schema for AWS alexaSkill event (#8290) 2020-09-25 16:38:32 +02:00
Frédéric Barthelet
a55009e221
feat: Deprecate awsKmsKeyArn in favor of kmsKeyArn (#8277) 2020-09-24 12:40:04 +02:00
Piotr Grzesik
05d703e6d5
feat(AWS MSK): Support MSK through "msk" event (#8164) 2020-09-24 10:23:09 +02:00
Piotr Grzesik
0ced414174
feat: Deprecate an attempt to extend nonexistent resources (#8266) 2020-09-18 17:30:26 +02:00
Mariusz Nowak
d070986d86 docs: Ensure to reference v2 in frameworkVersion 2020-09-16 14:23:45 +02:00
Brian Tannous
05627d6211
docs: Knative QuickStart Docs Typo Fix (#8224) 2020-09-14 14:13:21 +02:00
Geoff Baskwill
16bae33744
fix: Support Condition attribute in resources.extensions (#8217) 2020-09-10 16:54:13 +02:00
Mariusz Nowak
dfc78396c7 feat(CLI): Fallback to service local serverless installation by default
BREAKING CHANGE:
When globally installed `serverless` CLI is invoked in a context of a service, which has locally installed (in its `node_modules`) `serverless`. The locally installed CLI will be (by default) run instead of a global one.
2020-09-10 13:26:17 +02:00
Mariusz Nowak
c370295be6 refactor(Config Schema): Move docs to website page 2020-09-10 10:49:02 +02:00
Frédéric Barthelet
72745c9e77
feat(AWS Local Invocation): Resolve CF Ref in env variables (#8198) 2020-09-08 10:13:53 +02:00
Frédéric Barthelet
5096534a80
docs(AWS Local Invocation): Document suported CF functions (#8199) 2020-09-07 12:18:12 +02:00
Mariusz Nowak
c3a405fbbe
docs: Improve deprecation note 2020-09-03 13:32:03 +02:00
Mariusz Nowak
93327d3028
docs: Improve deprecation notes 2020-09-03 13:16:55 +02:00
Mariusz Nowak
6dd0596286 fix: Revert from frameworkVersion requirement 2020-09-02 18:33:00 +02:00
Mariusz Nowak
3a0f2fcfd5
docs: Add missing deprecation documentation 2020-09-02 16:27:45 +02:00
Mariusz Nowak
3b294fb1db refactor(AWS HTTP API): Convert "timeout" usage warnings to deprecations 2020-09-02 15:24:11 +02:00
Mariusz Nowak
9f7f9d3983 feat(CLI): Announce frameworkVersion requirement 2020-09-02 13:04:59 +02:00
Mariusz Nowak
9fb62f1138 feat(CLI): Optionally fallback to local installation of "serverless" 2020-09-02 13:04:59 +02:00
Frédéric Barthelet
857beab274
docs(AWS HTTP API): Improve http.id setting reference (#8169) 2020-09-02 12:29:55 +02:00
Joaquín Ormaechea
7aad819378
feat(AWS API Gateway): Allow to opt-out from default request templates
(PR #8159)
2020-09-01 16:15:33 +02:00
Christian Musa
a2d1031fb8
feat(CLI): Deprecate "slss" alias (#8156) 2020-09-01 15:10:17 +02:00
Viacheslav Dobromyslov
33265f04ca
docs: Update Google credentials.md documentation (#8153)
Since August 2020 Google requires Cloud Build API to be enabled.
2020-08-31 10:59:19 +02:00
Benoit Verret
ed31492e1d
docs(AWS API Gateway): Fix bad indentation (#8149) 2020-08-28 21:55:52 +02:00
Mariusz Nowak
6d7e967227 refactor(Config Schema): Treat "resources" as fully provider specific 2020-08-28 14:17:54 +02:00
Mariusz Nowak
c79cae2308 refactor(Config Schema): Define AWS definitions in context of provider 2020-08-28 14:17:54 +02:00
Mariusz Nowak
4fb549c32f docs(Config Schema): Improve API documentation 2020-08-28 14:17:54 +02:00
Piotr Grzesik
149f64ad1c
feat(AWS Lambda): Support EFS attachment (#8042) 2020-08-25 17:48:19 +02:00
Taeho Kim
26bdc9efdd
docs(Templates): List aws-go-mod template (#8069) 2020-08-17 14:02:10 +02:00
Frédéric Barthelet
1f9eae9898
docs: Add AWS service file TypeScript type documentation (#8003) 2020-08-06 10:30:20 +02:00
Petr Reshetin
268f714357
feat: Schema based validation of service config (#7335)
Co-authored-by: Mariusz Nowak <medyk@medikoo.com>
2020-08-03 15:41:05 +02:00
Piotr Grzesik
8573ec1e50
feat(AWS Lambda): Support maximumEventAge and maximumRetryAttempts
Support those setting on its own (directly on function configuration) and not just in context of destinations

(PR #7987)
2020-07-29 11:50:11 +02:00
Maciej Skierkowski
163e36272d
Docs safeguards migration (#8000)
* docs: Remove safeguard subsections

* docs: Move safeguard readme out of folder

* docs: Adding notice for new plugin
2020-07-28 08:35:50 -04:00
David Septimus
a2f977c8ce
feat(AWS ALB): Support health check configuration target groups (#7947) 2020-07-23 09:07:30 +02:00
Ian Weir
6a7fd44efc
docs: Update Lambda@Edge supported runtimes (#7969) 2020-07-22 18:56:18 +02:00
Maciej Skierkowski
3b2cb2e663
docs: Update links to app.serverless.com (#7945) 2020-07-21 12:11:49 -04:00
Jordan Brough
77af7f12d3
docs: Remove unsupported provider.reservedConcurrency (#7958) 2020-07-20 10:28:07 +02:00
Frédéric Barthelet
5e322c8735
feat(Templates): Improve TypeScript template (#7934) 2020-07-13 13:04:13 +02:00
andreizet
ec954f6122
feat(AWS HTTP API): Deprecate payload 1.0 default (#7919) 2020-07-08 12:18:23 +02:00
Mariusz Nowak
0bbcb9c180
docs: Improve code links in anatomy doc 2020-07-07 17:00:49 +02:00