Sidharth RK
447704f404
fix(AWS Lambda): Ensure image region matches provider region ( #11081 )
...
Co-authored-by: steviekong <sidharth@pingthis.in>
2022-05-19 17:35:19 +02:00
Brian Celenza
a4d0ad530b
refactor(AWS Lambda): Recognize all supported log retention days
2022-05-15 22:22:35 +02:00
FIRE
719766b030
feat(AWS Lambda): Add support for nodejs16.x runtime ( #11049 )
2022-05-10 08:07:38 +02:00
tjurdzinski
22e4842d97
feat(AWS Websocket): Allow propagating tags to Websocket APIGW ( #10931 )
...
Co-authored-by: tomasz.jurdzinski <tomasz.jurdzinski@olx.pl>
2022-05-08 23:28:37 +02:00
Piotr Grzesik
efa3a28f07
feat(AWS Deploy): Re-introduce direct deployment method
2022-04-29 13:45:46 +02:00
Ariette
82ce1c83d2
feat(AWS Websocket): Add ability to configure log format and types
2022-04-14 16:59:19 +02:00
Piotr Grzesik
d215517cf0
feat(AWS Lambda): Add support for function URLs
2022-04-06 23:13:37 +02:00
Piotr Grzesik
d317cff875
feat(AWS Lambda): Support ephemeralStorageSize
2022-03-25 13:08:09 +01:00
ALOHACREPES345
9e0ca03900
feat(AWS Lambda): Support Ref for destinations properties ( #10845 )
2022-03-22 09:52:35 +01:00
ALOHACREPES345
4c25184ca0
feat(AWS Lambda): Support logRetentionInDays per function ( #10878 )
2022-03-21 10:42:49 +01:00
ALOHACREPES345
6a86ed77f8
feat(AWS Lambda): Recognize Fn::If for properties of vpc ( #10877 )
2022-03-21 10:40:48 +01:00
Dustin Fay
e40ba43b84
refactor(AWS Lambda): Support provisionedConcurrency set to 0
2022-03-06 21:42:17 +01:00
Martin Costello
818dda21a9
feat(AWS Lambda): Add support for dotnet6 runtime ( #10757 )
2022-02-25 12:10:25 +01:00
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