2788 Commits

Author SHA1 Message Date
Piotr Grzesik
bf084f3edd fix: Improve validation of min supported Node version 2022-02-08 12:18:19 +01:00
Piotr Grzesik
480d74ec58 docs: Mention need for cloudformation:DescribeChangeSet 2022-02-07 21:13:54 +01:00
Rohan Mukherjee
77f8e56a69
refactor: Change all occurences of succesful to successful (#10639) 2022-02-04 15:23:52 +01:00
François-Michel L'Heureux
fac4507cdc
docs: Describe configValidationMode options (#10231) 2022-02-03 17:22:07 +01:00
Piotr Grzesik
a8dcf64ff4 docs: Reference changeset-related iam permissions 2022-02-03 11:36:55 +01:00
Matthieu Napoli
e3ab8a907e docs: Clarify that upgrading isn't required when getting started 2022-02-01 11:32:59 +01:00
Richard Hull
d0554b7385
feat(AWS RabbitMQ): Support maximumBatchingWindow 2022-01-31 13:41:29 +01:00
fargito
d6d094b01f docs(cli-output): remove v3 warning 2022-01-31 13:08:05 +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
Piotr Grzesik
464f99c1d0 docs: Add information about setting frameworkVersion 2022-01-28 14:05:17 +01:00
Mariusz Nowak
59812ce1d3 docs: Unify naming convention 2022-01-27 15:21:58 +01:00
Matthieu Napoli
f11e8a6473 docs: Switch to npm i instead of broken npm update
See https://github.com/npm/cli/issues/3175 why `npm update` is broken.
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
79820d6191 feat(CLI): Deprecate recognition of projectDir configuration setting 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
Mariusz Nowak
a196e0403e feat(CLI): Deprecate missing options schema 2022-01-27 15:21:58 +01:00
Mariusz Nowak
6f3a632773 feat(AWS IAM): Deprecate IAM settings grouped directly at provider 2022-01-27 15:21:58 +01:00
Mariusz Nowak
b40838630c feat(Config Schema): Deprecate warn as a validation mode default 2022-01-27 15:21:58 +01:00
Mariusz Nowak
62017754f7 feat(Packaging): Deprecate package.include and package.exclude 2022-01-27 15:21:58 +01:00
Mariusz Nowak
b5069ef8cb feat(CLI): Deprecate support for deploy -f alias 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
16f2159761 feat(AWS EventBridge): Change default deployment method to native CF
BREAKING CHANGE: By default, EventBridge resources now will be deployed using
native CloudFormation resources instead of Custom Resources.
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
650ed37db3 feat(AWS HTTP API): Deprecate provider.httpApi.useProviderTags 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
cb58fb9967 docs: Remove outdated anatomy doc 2022-01-25 13:17:32 +01:00
Mariusz Nowak
be446db9ec docs(Dashboard): Remove tenant wording 2022-01-17 15:41:30 +01:00
Matthieu Napoli
e4c60227dd docs: Fix links 2022-01-13 11:30:32 +01:00
Matthieu Napoli
ae547a8345 docs: Document the migration for serverless-dotenv-plugin 2022-01-12 18:17:42 +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
Matthieu Napoli
dbb044c8b7 docs: Various text improvements 2022-01-03 15:56:14 +01:00
Matthieu Napoli
f893772396
docs: Fix headers in getting-started.md (#10427) 2021-12-29 11:47:17 +01:00
Gustavo Efeiche
ccf82364c0
docs: Remove redundant permission from IAM code snippet (#10420) 2021-12-27 10:43:51 +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
Mariusz Nowak
41ebc860d8 docs: Add note signalling that deprecation was dropped 2021-12-20 18:07:26 +01:00
Mariusz Nowak
4de779d5c6 docs: Fix typo 2021-12-20 18:07:26 +01:00
Thibault RICHARD
8daef830e0
docs: Update httpApi reference in serverless.yml.md (#10389) 2021-12-20 09:51:10 +01:00
Mariusz Nowak
d74adc3a86 docs: Remove accidental typos 2021-12-13 17:11:45 +01:00
Matthieu Napoli
664d8dc526 docs: Improve the Serverless Variables page 2021-12-08 12:54:44 +01:00