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
Omer Shacham
503c0319b7
fix(Variables): Provide opt-out from forced decryption atssm source
...
(PR #10315 )
2021-12-08 12:39:47 +01:00
Matthieu Napoli
e4431f26c1
docs: Address #10242 to clarify v3 instructions
2021-12-07 11:24:01 +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
Walid Elnozahy
0628fbf57e
Change menuText from Doc to Overview
2021-11-15 17:05:00 +03: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