8341 Commits

Author SHA1 Message Date
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
b24ab3c059 feat: Throw error on duplicated plugin definition
BREAKING CHANGE: Duplicate plugin definition in configuration will now result
in an error instead of a warning.
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
f9e6e2c405 feat(Plugins): Pass log writers to plugin constructor 2022-01-27 15:21:58 +01:00
Mariusz Nowak
6a659f1b20 refactor: Upgrade @serverless/utils to v6 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
Steven Noorbergen
8db03c90ff
fix(Variables): Fix too eager nested resolution tracking (#10554) 2022-01-24 14:03:32 +01:00
Piotr Grzesik
05fb97fdab refactor: Refactor direct use of @serverless/utils/log 2022-01-19 11:59:39 +01:00
Mark Tse
a4ec51869f
docs: Fix initialize hook reference in comment 2022-01-15 00:24:47 +01:00
Piotr Grzesik
dcf52731ea feat(CLI Onboarding): Auto login if org provided or configured 2022-01-14 17:55:08 +01:00
Piotr Grzesik
82303b3894 refactor: Ensure support for warn mode for modern deprecations 2022-01-14 13:34:58 +01:00
Mariusz Nowak
20afe33923 refactor(CLI): Improve user message 2022-01-14 13:20:40 +01:00
Piotr Grzesik
0dacf1bb3b refactor: Support conceal option in modern logs 2022-01-14 11:56:57 +01:00
Mariusz Nowak
521861b651 refactor(AWS Deploy): Improve custom resource generation log 2022-01-12 16:33:14 +01:00
Mariusz Nowak
cc905c1e39 refactor: Remove not actual TODO comments 2022-01-12 16:33:14 +01:00
François Farge
452e4d8279
fix(Templates): Ensure esbuild dependency in aws-nodejs-typescript 2022-01-10 23:24:47 +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
Mariusz Nowak
5a764373c4 feat(Variables): Resign from projectDir concept 2022-01-10 11:52:25 +01:00
Graham Campbell
2c3ab1db9a
fix(Templates): Upgrade log4j to 2.17.1 (#10430) 2022-01-10 10:43:49 +01:00
Piotr Grzesik
46d090a302 refactor(CLI Onboarding): Download templates from v2 examples branch 2022-01-06 17:06:36 +01:00
Shalvah
62d8da209e
fix(Packaging): Do not include local plugins in a bundle (#10259) 2022-01-06 16:18:16 +01:00
Mariusz Nowak
7ebe133b35 fix(CLI): Fix handling of provider URL handling 2022-01-06 14:48:40 +01:00
Mariusz Nowak
80fef65397 refactor(CLI): Upgrade to v7 of open library
It's to unify open browser method with dashboard plugin, and this method feels more solid
2022-01-06 14:48:40 +01:00
Tsimpitas Dimitris
c67a3f1a4f
feat(AWS Cognito): Support forceDeploy setting (#10435) 2022-01-05 14:17:24 +01:00
Piotr Grzesik
9e1fe0ad5d fix(Config Schema): Address invalid schema definitions 2022-01-05 13:58:59 +01:00
Matthieu Napoli
dbb044c8b7 docs: Various text improvements 2022-01-03 15:56:14 +01:00
Mariusz Nowak
7b360386ea refactor(CLI): Ensure telemetry logs are issued at debug level 2021-12-28 16:17:16 +01:00
Marina
786f5e45d5
fix(Templates): Update aws-lambda-java-log4j2 (#10383) 2021-12-27 11:34:40 +01:00
Mariusz Nowak
5a451ad024 refactor: Replace internal old logging utils with modern interface 2021-12-23 16:21:47 +01:00
Piotr Grzesik
0de3bc3cb9 feat(Telemetry): Report projectId in remove command 2021-12-23 16:11:15 +01:00
Piotr Grzesik
4fa20a56ea feat(Telemetry): Report didCreateService property 2021-12-23 12:51:04 +01:00
Piotr Grzesik
08b5acbaa9 refactor(Telemetry): Ensure to report projectId for interactive 2021-12-23 12:51:04 +01:00
Piotr Grzesik
0190d0df05 fix(AWS Deploy): Check for VPC config change in deploy function 2021-12-22 15:58:47 +01:00
Vassili Gorshkov
2782ed4221
fix(AWS Local Invocation): Upgrade log4j to version 2.17.0 (#10396) 2021-12-21 10:54:04 +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
Juan Bermúdez
86fa60445c
feat(Templates): Upgrade log4j dependencies (#10392) 2021-12-21 09:27:03 +01:00
Mariusz Nowak
365a7f13af refactor(Variables): Support custom sources in internal resolver 2021-12-20 17:54:26 +01:00
Varun
7bf8f1b723
fix(Templates): Upgrade log4j in aws-kotlin-jvm-gradle (#10382) 2021-12-17 09:46:01 +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
0dedd3e879 fix(CLI): Improve error handler resolution
Ensure it's bulletproof against serverless installation issues
2021-12-15 12:37:41 +01:00
Mariusz Nowak
3b4e4539d8 fix(AWS Lambda): Fix event config setup for provisioned lambdas 2021-12-15 12:29:13 +01:00
Vassili Gorshkov
7de020bbad
feat(Tempates): Upgrade log4j in Java based templates (#10363) 2021-12-15 11:42:46 +01:00
Vassili Gorshkov
c1df4f860a
feat(Templates): Upgrade log4j in Java based templates (#10339) 2021-12-13 17:19:18 +01:00
Mariusz Nowak
f6feb0b7b3 fix(CLI): Do not crash on help request 2021-12-13 17:11:45 +01:00
Mariusz Nowak
f64f7c68ab
feat(AWS API Gateway) : Allow shouldStartNameWithService: false 2021-12-09 15:41:44 +01:00
Mariusz Nowak
ef1ed0a92d
feat(AWS HTTP API) : Allow shouldStartNameWithService: false 2021-12-09 15:41:00 +01:00
Mariusz Nowak
2485c7efcc
fix(AWS Deploy): Recognize all boolean values at provider.disableRollback 2021-12-09 15:38:44 +01:00