2873 Commits

Author SHA1 Message Date
Matthieu Napoli
93536fefd6 docs: Add v3 upgrading guide 2021-11-08 14:43:04 +01:00
Piotr Grzesik
50a845709e feat: Allow legacy option for lambdaHashingVersion property 2021-11-03 10:58:14 +01:00
Matthieu Napoli
d202af1cd4 docs: Clarify wording in plugin documentation 2021-11-02 12:12:23 +01:00
Matthieu Napoli
9b6ec32a26 docs: Document namespacing debug logs 2021-11-02 12:12:23 +01:00
Matthieu Napoli
49f265034b docs: Plugin API: improve names and wording 2021-11-02 12:12:23 +01:00
Matthieu Napoli
f53033921f docs: Update documentation for the progress API 2021-11-02 12:12:23 +01:00
Matthieu Napoli
1467cf287a docs: Fix plugin documentation following review 2021-11-02 12:12:23 +01:00
Matthieu Napoli
7c2ad77203 docs: Plugin API: document the resolveVariable() helper 2021-11-02 12:12:23 +01:00
Matthieu Napoli
3f4f972f5c docs: Plugin API documentation: improve examples 2021-11-02 12:12:23 +01:00
Matthieu Napoli
4abd10d8d1 docs: Make debug log namespacing a bit more obvious 2021-11-02 12:12:23 +01:00
Matthieu Napoli
061136f605 docs: Plugin documentation: add a note about schema validation 2021-11-02 12:12:23 +01:00
Matthieu Napoli
da2e15b245 docs: Remove legacy "Plugin" documentation pages (in all providers) 2021-11-02 12:12:23 +01:00
Matthieu Napoli
b64017cff5 docs: Remove documentation of local_path for loading plugins
This feature was deprecated
2021-11-02 12:12:23 +01:00
Matthieu Napoli
7739a039f8 docs: Organize plugin documentation in the menu 2021-11-02 12:12:23 +01:00
Matthieu Napoli
39f0ea9004 docs: Explain that the "CLI output" plugin API is available for v3 2021-11-02 12:12:23 +01:00
Matthieu Napoli
0efc617f8f docs: Reorganizing the plugin documentation 2021-11-02 12:12:23 +01:00
Matthieu Napoli
5d16fee7d7 docs: Document colors and formatting for plugins 2021-11-02 12:12:23 +01:00
Matthieu Napoli
f400cdc6ed docs: Document the new plugin API for CLI output 2021-11-02 12:12:23 +01:00
Matthieu Napoli
7e246690b5
docs: Switch to HTTP APIs by default (#9777) 2021-10-29 09:36:18 +02:00
Piotr Grzesik
bf62b7c4da feat(AWS EventBridge): Adjust deprecation of deployment method 2021-10-22 13:36:55 +02:00
Michael
a3edecf0c6
feat(AWS Lambda): Support for Amazon MQ RabbitMQ events (#9919)
Co-authored-by: Michael <michael@Michaels-MacBook-Pro.local>
Co-authored-by: Michael <michael@ip-192-168-158-61.eu-west-1.compute.internal>
2021-10-19 15:10:46 +02:00
Jeremy Daly
ff4072b518
Update getting-started.md 2021-10-16 07:59:38 -04:00
Maciej Skierkowski
002d702df9
docs: Update header depth on dashboard docs (#10107)
* docs: Update header depth on dashboard docs

* docs: Removing file I added by mistake
2021-10-15 21:51:37 -04:00
Piotr Grzesik
04b921acdc feat(CLI): Introduce deprecation on S3 Accelerate for user bucket 2021-10-15 11:09:35 +02:00
Piotr Grzesik
d2a75ea95e feat(CLI): Introduce deprecation for duplicate plugin definition 2021-10-15 11:09:35 +02:00
Mars Lan
c4cb0f30f5
feat: Opt-in support for deployment bucket versioning (#9912)
Configurable via `provider.deploymentBucket.versioning`
2021-10-12 20:49:08 +02:00
Oliver
44a81fcc6a
feat(AWS Lambda): Allow overriding provider VPC with no VPC on function 2021-10-11 23:47:44 +02:00
Matthieu Napoli
43f9faeef1
docs(AWS HTTP API): How to set up custom domains (#10077) 2021-10-11 15:23:09 +02:00
Mariusz Nowak
02be86ca49 fix(AWS Deploy): Throw on attempt of extending not existing resource 2021-10-07 14:09:14 +02:00
Mariusz Nowak
10842513f0 feat(AWS Deploy): Remove deploy -f deprecation
It'll be re-added in context of v3, with more hacky approach to `deploy -f` support
2021-10-07 14:09:14 +02:00
Mariusz Nowak
a9bf916fbb feat(Config Schema): Remove validation mode related deprecation
It'll be re-added in context of v3
2021-10-07 14:09:14 +02:00
Mariusz Nowak
70e2736226 feat(Packaging): Remove package[include|exclude] deprecation
It'll be re-added in context of v3
2021-10-07 14:09:14 +02:00
Mariusz Nowak
fe655d4f15 feat(AWS Lambda): Support 64-bit ARM architecture 2021-10-04 17:12:58 +02:00
Piotr Grzesik
846cfa1bcf fix(AWS EventBridge): Ensure proper support for deadLetterQueueArn 2021-09-30 16:26:10 +02:00
Travis Haby
ad315b1d12
docs: Fix typo (#10019) 2021-09-28 20:49:49 +02:00
Matthieu Napoli
bfbed72387 docs: Removed duplicated paragraph
The following paragraph was duplicated in many sections of the page:

> **Note:** The `stream` event will hook up your existing streams to a Lambda function. Serverless won't create a new stream for you.

I think this was because of contributors copy/pasting that along the way. When reading the page it felt really weird reading that over and over.

If there was a reason this paragraph was there in every section feel free to close.
2021-09-27 12:13:56 +02:00
Brian G. Shacklett
2ef5b3906f
docs(AWS Lambda): Improve overview of events (#9968) 2021-09-24 15:35:29 +02:00
Stafford Williams
9a21532528
docs: Improve Alibaba provider documentation (#9997) 2021-09-23 16:23:32 +02:00
Adam Hevenor
ac5dc604fe
docs: Clear leftover use of "pro dashboard" (#9996) 2021-09-23 15:44:30 +02:00
Guilherme Martins Crocetti
af39fc016b
feat(AWS Stream): Support tumblingWindowInSeconds (#9979) 2021-09-22 10:38:23 +02:00
Maciej Skierkowski
0e8346204b docs: Update format of the param commands 2021-09-21 18:02:52 +02:00
Maciej Skierkowski
87f211d0bb docs: Removing pages on deprecated features 2021-09-21 18:02:52 +02:00
Maciej Skierkowski
b30c95ca69 docs: Move section on profiles/providers migration 2021-09-21 18:02:52 +02:00
Maciej Skierkowski
e057bfd757 docs: Remove Pro and Enterprise references 2021-09-17 08:20:47 +02:00
Stafford Williams
5950fc5781
docs: Improve grammar in serverless invoke docs (#9966) 2021-09-16 15:37:07 +02:00
Matthieu Napoli
1dfad8f13c docs: Clarify the differences between API Gateway versions
API Gateway's REST APIs and HTTP APIs are confusing.

As we move towards HTTP APIs by default, we want to clarify the differences between the two.
2021-09-13 11:32:44 +02:00
Eve
130fb3838f
feat(AWS EventBridge): Support deadLetterQueue and retryPolicy
Co-authored-by: JP Bochi <jpbochi@pm.me>
2021-09-10 14:55:37 +02:00
Piotr Grzesik
1107763df8 feat(AWS API Gateway): Support enabled for apiKeys config 2021-09-09 16:28:40 +02:00
Federico Jasson
9f0bc689cc
feat(AWS Schedule): Allow multiple rate expressions in single event
* Allow multiple cron/rate expressions in AWS schedule event

* Update schedule.test.js to use runServerless

* schedule.test.js: minimize calls to runServerless
2021-09-08 22:19:12 +02:00
Mariusz Nowak
df5f96952f docs: Improve dotenv setup instructions 2021-09-08 17:13:42 +02:00