Jérémy Benoist
9778751447
fix(Config Schema): Recognize provider.websocketsDescription ( #10663 )
2022-02-08 14:57:35 +01:00
Jeremy Care
f77477e3cc
feat: Recognize ap-southeast-3 AWS region ( #10586 )
2022-01-28 16:07:36 +01:00
Mariusz Nowak
72624b0b16
refactor: Rename …lugins/aws/package/compile/events/s3/configSchema.js
2022-01-27 15:21:58 +01:00
Mariusz Nowak
ecb4681a61
refactor: Rename lib/plugins/aws/utils/getS3EndpointForRegion.js
2022-01-27 15:21:58 +01:00
Mariusz Nowak
5c1f615ff4
refactor: Rename lib/utils/deepSortObjectByKey.js
2022-01-27 15:21:58 +01:00
Mariusz Nowak
96202a7838
refactor: Rename lib/utils/awsSdkPatch.js
2022-01-27 15:21:58 +01:00
Piotr Grzesik
1cb6a2ff2d
refactor: Remove legacy logs
2022-01-27 15:21:58 +01:00
Mariusz Nowak
5374e04503
feat: Restrict stage name with pattern
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
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
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
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
Mark Tse
a4ec51869f
docs: Fix initialize hook reference in comment
2022-01-15 00:24:47 +01:00
Mariusz Nowak
cc905c1e39
refactor: Remove not actual TODO comments
2022-01-12 16:33:14 +01:00
Piotr Grzesik
9e1fe0ad5d
fix(Config Schema): Address invalid schema definitions
2022-01-05 13:58:59 +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
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
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
Piotr Grzesik
a4fa49844d
feat(AWS S3): Support Fn::If CF function for s3 event
2021-11-25 10:55:03 +01:00
Piotr Grzesik
50a845709e
feat: Allow legacy option for lambdaHashingVersion property
2021-11-03 10:58:14 +01:00
Piotr Grzesik
cc7d7e4d53
feat(Telemetry): Add projectId to payload
2021-11-03 10:08:32 +01:00
Piotr Grzesik
bf62b7c4da
feat(AWS EventBridge): Adjust deprecation of deployment method
2021-10-22 13:36:55 +02:00
ROSeaboyer
7cfddff314
feat(AWS Lambda): Support CF funcs at functions[].reservedConcurrency
...
(PR #10129 )
2021-10-21 14:06:54 +02:00
Monsma
1a528c2cc0
fix(AWS Deploy): Recognize LogicalResourceId in stackPolicy
2021-10-15 15:31:06 +02:00
Piotr Grzesik
4da0899673
refactor(CLI): Replace warnings with modern counterparts
2021-10-15 11:09:35 +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
Piotr Grzesik
a2be3387b1
refactor(CLI): Cover image building with modern logs
2021-10-11 14:32:21 +02:00
Mariusz Nowak
fe655d4f15
feat(AWS Lambda): Support 64-bit ARM architecture
2021-10-04 17:12:58 +02:00
Mariusz Nowak
c95b8d3594
refactor: Ensure alphabetical order
2021-10-04 17:12:58 +02:00
Piotr Grzesik
1107763df8
feat(AWS API Gateway): Support enabled for apiKeys config
2021-09-09 16:28:40 +02:00
lewgordon
cacb529925
feat(AWS Lambda): Add support for activemq event ( #8840 )
...
Co-authored-by: Lew Gordon <lew.gordon@genesys.com>
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-09-03 12:24:47 +02:00
Piotr Grzesik
63743ade31
fix(AWS Lambda): Recognize Fn::If function for environment
2021-09-01 18:16:36 +02:00
Thiago Moraes
ef5a8faf13
feat(AWS HTTP API): Support shouldStartNameWithService option ( #9758 )
2021-08-18 22:36:00 +02:00
Piotr Grzesik
1aa24b8991
feat(AWS Lambda): Recognize python3.9 as valid runtime
2021-08-17 10:19:39 +02:00
Sudipto Das
bb0484e6b5
refactor: Replace fse.stat with fs.promises.stat ( #9845 )
2021-08-16 15:39:01 +02:00
Mariusz Nowak
847dd8f475
feat(AWS IAM): Resign from deprecating old format of IAM settings
2021-08-09 12:23:52 +02:00
Piotr Grzesik
6f494888cc
feat(AWS CloudFormation): Allow to disable default export names
2021-07-15 12:11:11 +02:00
Piotr Grzesik
894ac5b6b6
feat(AWS Lambda): Support Fn::If for Principal.AWS
2021-06-30 12:33:17 +02:00
Piotr Grzesik
34a9d91870
feat(AWS Lambda): Support Fn::FindInMap for vpc config
2021-06-29 12:20:42 +02:00
Nyambayar Turbat
87ce28ee4e
feat(AWS HTTP API): Support payload version per function ( #9551 )
2021-06-16 16:17:56 +02:00
Piotr Grzesik
29f0e9c840
fix: Dont depend on default execution role when custom role provided
2021-05-19 17:08:55 +02:00
Mariusz Nowak
c563581ac9
refactor: Construct user errors with ServerlessError
2021-05-19 13:16:42 +02:00
lyndoh
5601025dd8
fix(AWS API Gateway): Fix schema for apiKeys and permissionsBoundary
2021-05-18 09:48:47 +02:00
Piotr Grzesik
56f85874c6
fix(AWS API Gateway): Support Fn::Split for vpcEndpointIds schema
2021-05-11 09:47:18 +02:00