1904 Commits

Author SHA1 Message Date
Piotr Grzesik
d317cff875 feat(AWS Lambda): Support ephemeralStorageSize 2022-03-25 13:08:09 +01:00
ALOHACREPES345
9e0ca03900
feat(AWS Lambda): Support Ref for destinations properties (#10845) 2022-03-22 09:52:35 +01:00
ALOHACREPES345
4c25184ca0
feat(AWS Lambda): Support logRetentionInDays per function (#10878) 2022-03-21 10:42:49 +01:00
Kenneth De Win
9cf12e9878
docs: Fix markdown issue in functions.md (#10851)
Co-authored-by: Kenneth De Win <kenneth.dewin@porphyrio.com>
2022-03-14 21:31:41 +01:00
Schparky
6d89632594
docs: Fix incorrect apiKeys example (#10830) 2022-03-10 18:03:35 +01:00
Matthieu Napoli
0ba22197ef
docs: Rename menu to "Provider References" (#10802) 2022-03-09 17:16:55 +01:00
Jérémy Benoist
8ddba63e27
docs: Add example for EventBridge with content filtering (#10795)
I was looking for a way to use EventBridge with s3 event instead of the existing s3 event integration.
I then discovered we can have a robust content filtering for EventBridge pattern and thought it was a good idea to add it to the documentation.
2022-03-08 12:26:06 +01:00
Matthieu Napoli
6bd02c42bd docs: Fix schemas documentation following v3 release 2022-03-06 21:25:01 +01:00
Piotr Grzesik
199374e55a docs: Remove reference to -v as shortcut for --verbose 2022-02-16 15:27:36 +01:00
Shalvah
bf83349467
docs: Improve invoke local documentation (#10704) 2022-02-16 09:30:07 +01:00
Jérémy Benoist
9778751447
fix(Config Schema): Recognize provider.websocketsDescription (#10663) 2022-02-08 14:57:35 +01:00
Richard Hull
d0554b7385
feat(AWS RabbitMQ): Support maximumBatchingWindow 2022-01-31 13:41:29 +01:00
Richard Hull
658dc28b8b
feat(AWS ActiveMQ): Support maximumBatchingWindow 2022-01-30 21:29:43 +01:00
Richard Hull
e90c114932
feat(AWS Kafka): Support maximumBatchingWindow 2022-01-30 21:26:57 +01:00
Richard Hull
d341b6b99d
feat(AWS MSK): Support maximumBatchingWindow (#10580) 2022-01-29 18:04:13 +01:00
Mariusz Nowak
59812ce1d3 docs: Unify naming convention 2022-01-27 15:21:58 +01:00
Matthieu Napoli
ab005b7b51 docs: Split the YAML reference in multiple sections 2022-01-27 15:21:58 +01:00
Matthieu Napoli
fd1669ea7a docs: Updates for the v3 release 2022-01-27 15:21:58 +01:00
Mariusz Nowak
731b3ba1e1 feat(Variables): Remove old variables resolver
BREAKING CHANGE:
Old variables resolver is permanently removed. Any resolution error as approached with current resolver is assumed as final (there's no longer fallback to old resolver)
2022-01-27 15:21:58 +01:00
Mariusz Nowak
d62c3288b2 feat: Unconditionally fallback when local installation found
BREAKING CHANGE:
`enableLocalInstallationFallback` configuration property is no longer supported.
2022-01-27 15:21:58 +01:00
Mariusz Nowak
b4a25d70d3 feat: Remove tab autocomplete feature
Reasoning:
- Performance is very poor due to slow command startup time
- `tabtab` package is no longer maintained and shares security issues
- Feature usage is relatively low (telemetry data shows 7% of users has the autocompletion on)

BREAKING CHANGE:
Opt-in tab-tab autocompletion feature is removed due to performance and security issues
2022-01-27 15:21:58 +01:00
Mariusz Nowak
bd506286ad feat: Support params configuration 2022-01-27 15:21:58 +01:00
Piotr Grzesik
9a834152a9 feat(AWS Lambda): Change default hashing algorithm
BREAKING CHANGE: Default lambda hashing algorithm was changed to `20201221`
2022-01-27 15:21:58 +01:00
Piotr Grzesik
bd3ec28273 feat(AWS API Gateway): Remove API specific settings from provider
BREAKING CHANGE: Support for `usagePlan`, `resourcePolicy` and `apiKeys` on
`provider` level is removed. Use `provider.apiGateway` level instead to set
them.
2022-01-27 15:21:58 +01:00
Piotr Grzesik
7474746a8e feat: Remove support for provider.disableDefaultOutputExportNames
BREAKING CHANGE: Removed support for `provider.disableDefaultOutputExportNames`
2022-01-27 15:21:58 +01:00
Piotr Grzesik
73cb9cdef7 chore: Set frameworkVersion to v3 in templates and docs 2022-01-27 15:21:58 +01:00
Mariusz Nowak
be446db9ec docs(Dashboard): Remove tenant wording 2022-01-17 15:41:30 +01:00
Daniel Mackenzie
702f779b59
docs: Add ts-node dependency warning to README (#10472) 2022-01-10 17:56:31 +01:00
Mariusz Nowak
5a764373c4 feat(Variables): Resign from projectDir concept 2022-01-10 11:52:25 +01:00
Matthieu Napoli
95a61a2fc6 docs: Fix long lines in code examples 2022-01-06 14:43:37 +01:00
Tsimpitas Dimitris
c67a3f1a4f
feat(AWS Cognito): Support forceDeploy setting (#10435) 2022-01-05 14:17:24 +01:00
Mariusz Nowak
56bdef503c docs(AWS API Gateway): Fix binary response example 2021-12-23 14:26:08 +01:00
Matthieu Napoli
8a53b08a68 docs: Consolidate "Getting started" pages into a single guide 2021-12-23 14:15:42 +01:00
Thibault RICHARD
8daef830e0
docs: Update httpApi reference in serverless.yml.md (#10389) 2021-12-20 09:51:10 +01:00
Matthieu Napoli
664d8dc526 docs: Improve the Serverless Variables page 2021-12-08 12:54:44 +01:00
Omer Shacham
503c0319b7
fix(Variables): Provide opt-out from forced decryption atssm source
(PR #10315)
2021-12-08 12:39:47 +01:00
Misha Bruml
9faf37aa15
feat(AWS Kafka): Add support for mTLS access configuration (#10273) 2021-12-05 13:08:13 +01:00
Piotr Grzesik
3f0a80acd3 feat(AWS SQS): Support filterPatterns 2021-12-01 19:53:31 +01:00
Shalvah
cc2423b573
docs(AWS Local Invocation): Update supported runtimes (#10290) 2021-11-30 10:58:05 +01:00
Frédéric Barthelet
fc0050559c
feat(AWS Stream): Support filterPatterns (#10285) 2021-11-30 10:18:03 +01:00
Zane Mountcastle
5b61b415a0
feat(AWS Lambda): Add platform option for container images (#10237)
Co-authored-by: Matthieu Napoli <matthieu@mnapoli.fr>
2021-11-25 18:35:10 +01:00
Frédéric Barthelet
c9fefced10
feat(AWS Deploy): Support disableRollback parameter (#10236) 2021-11-25 11:15:09 +01:00
nicoeft
44511f343b
feat(AWS SQS): Support functionResponseType (#10265) 2021-11-24 12:46:08 +01:00
brampono
0c0f6e2bdb
docs: Fix typo in credentials (#10233) 2021-11-11 10:35:09 +01:00
Piotr Grzesik
0746bf9af8 docs: Ensure iam.role syntax is referenced in docs 2021-11-10 15:58:13 +01:00
Matthieu Napoli
da2e15b245 docs: Remove legacy "Plugin" documentation pages (in all providers) 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
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
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