Piotr Grzesik
1cb6a2ff2d
refactor: Remove legacy logs
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
Piotr Grzesik
766b58da61
refactor: Upgrade ajv to v8 along with related packages
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
Piotr Grzesik
82b373e9c7
refactor(AWS Deploy): Use change sets in CF deployments
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
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
38412ce88b
feat: Simplify logs command output
2022-01-27 15:21:58 +01:00
Mariusz Nowak
7abbde611c
feat(AWS Lambda): Remove support for obsolete runtimes
...
BREAKING CHANGE: Runtimes `nodejs10.x`, `python2.7`, `ruby2.5` and
`dotnetcore2.1` reached end of support on AWS and are no longer recognized
in configuration.
2022-01-27 15:21:58 +01:00
Piotr Grzesik
d4222c10cf
feat(AWS API Gateway): Error on tracing or logs set for external API
...
BREAKING CHANGE: Enabling logs or tracing for imported API Gateway will
now result in an error instead of warning
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
786a76d1dd
feat(AWS API Gateway): Change default identity source for authorizers
...
BREAKING CHANGE: For authorizers with `request` type and caching disabled
(`resultTtlInSeconds: 0`), the `identitySource` will no longer be set to
`method.request.header.Authorization` by default.
2022-01-27 15:21:58 +01:00
Piotr Grzesik
33bd501f06
feat: Error instead of warning when missing "commands" or "options"
...
BREAKING CHANGE: When creating `Serverless` class instance programatically,
both "options" and "commands" have to be passed via "config" to the constructor.
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
afc0955093
feat(AWS HTTP API): Always apply provider.tags to HTTP API
...
BREAKING CHANGE: Tags from `provider.tags` are applied by default to HTTP API
Gateway.
2022-01-27 15:21:58 +01:00
Piotr Grzesik
dcc9fc0cab
feat(AWS API Gateway): Remove support for request.schema
...
BREAKING CHANGE: Support for `http.request.schema` has been removed and replaced
with `http.request.schemas`.
2022-01-27 15:21:58 +01:00
Piotr Grzesik
ff9bbb0ff4
feat(AWS CloudFront): Remove support for deprecated behavior props
...
BREAKING CHANGE: Support for `MinTTL`, `MaxTTL`, `DefaultTTL` and
`ForwardedValues` on `cloudfront.behavior` has been removed.
2022-01-27 15:21:58 +01:00
Piotr Grzesik
98848ab4fc
feat: Throw for --aws-s3-accelerate when custom bucket used
...
BREAKING CHANGE: Using `--aws-s3-accelerate` flag will result in an error
instead of deprecation when custom S3 bucket is used.
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
c71bab3cd4
feat(AWS Lambda): Change default runtime to nodejs14.x
...
BREAKING CHANGE: Default runtime has been changed from `nodejs12.x` to
`nodejs14.x`
2022-01-27 15:21:58 +01:00
Piotr Grzesik
59116758c9
feat(AWS Lambda): Remove support for awsKmsKeyArn setting
...
BREAKING CHANGE: Properties `service.awsKmsKeyArn` and
`functions[].awsKmsKeyArn` are no longer supported. Use `provider.kmsKeyArn`
and `functions[].kmsKeyArn` instead.
2022-01-27 15:21:58 +01:00
Mariusz Nowak
b30a2277a7
test: Upgrade @serverless/test to v9
2022-01-27 15:21:58 +01:00
Mariusz Nowak
04db0bb66a
test: Remove obsolete files
2022-01-25 09:36:44 +01:00
Mariusz Nowak
e4feff6497
test(AWS Deploy): Ensure we tests against unached version
2022-01-24 20:09:41 +01:00
Mariusz Nowak
1608e743de
fix(Packaging): Revert exclusion of local plugins from a bundle
...
As it was discovered as breaking for some existing projects
2022-01-10 12:54:56 +01:00
Elin
129c0ee0a5
test(AWS Websocket): Refactor API tests ( #10466 )
2022-01-07 15:10:15 +01:00
Shalvah
62d8da209e
fix(Packaging): Do not include local plugins in a bundle ( #10259 )
2022-01-06 16:18:16 +01:00
Tsimpitas Dimitris
c67a3f1a4f
feat(AWS Cognito): Support forceDeploy setting ( #10435 )
2022-01-05 14:17:24 +01:00
Piotr Grzesik
0190d0df05
fix(AWS Deploy): Check for VPC config change in deploy function
2021-12-22 15:58:47 +01:00
Adam Lanners
c0eda27290
feat(AWS API Gateway): Allow use of custom authorizer with authorizerId
...
Co-authored-by: Adam Lanners <adam@onetapaway.com>
2021-12-21 10:49:50 +01:00
mdanyalkhan
352553e5bb
test(AWS SQS): Refactor to runServerless based ( #10388 )
2021-12-20 13:26:56 +01:00
Mariusz Nowak
729196f772
test(AWS API Gateway): Improve tests organization
2021-12-16 15:10:18 +01:00
Sudipto Das
2c0a962c4f
fix(AWS API Gateway): Meaningfully reject missing restApiRootResourceId
...
(PR #10371 )
2021-12-15 17:16:28 +01:00
Mariusz Nowak
3b4e4539d8
fix(AWS Lambda): Fix event config setup for provisioned lambdas
2021-12-15 12:29:13 +01:00
Mariusz Nowak
654c50792a
test(AWS Websocket): Prepare tests refactor plan
2021-12-10 15:55:44 +01:00
Mariusz Nowak
e7c58f3c4f
test(AWS Stream): Prepare tests refactor plan
2021-12-10 15:55:44 +01:00
Mariusz Nowak
68fade814f
test(AWS Stream): Optimise tests
2021-12-10 15:55:44 +01:00
Mariusz Nowak
320722c146
test(AWS SQS): Prepare tests refactor plan
2021-12-10 15:55:44 +01:00
Mariusz Nowak
04fac5ffbd
test: Title cleanup
2021-12-10 15:55:44 +01:00
Piotr Grzesik
f35858599a
feat(AWS Deploy): Ensure existence of S3 bucket if possible
2021-12-08 14:18:53 +01:00
Piotr Grzesik
1a85a4a901
fix(AWS Deploy): Allow removal of stack with bucket missing
2021-12-07 11:00:29 +01:00
Piotr Grzesik
f12c7d8d30
refactor: Cleanup remove tests
2021-12-07 11:00:29 +01:00
GurmeharS
1f58760f46
fix(AWS Deploy): Ensure to strip all null properties ( #10304 )
2021-12-06 14:36:05 +01:00
Misha Bruml
9faf37aa15
feat(AWS Kafka): Add support for mTLS access configuration ( #10273 )
2021-12-05 13:08:13 +01:00
maafk
25eb571dd3
feat(AWS Deploy): Support all regions from iso and isob partition
...
(PR #10299 )
2021-12-02 12:12:16 +01:00
Piotr Grzesik
3f0a80acd3
feat(AWS SQS): Support filterPatterns
2021-12-01 19:53:31 +01:00
Piotr Grzesik
d52526bb60
feat(AWS Deploy): Ensure consistent function state in deploy function
2021-11-30 15:34:37 +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