Daniele Iasella
3e14f06305
feat(AWS Lambda): Add support for SASL/PLAIN auth to kafka event
2021-07-01 18:04:46 +02:00
Piotr Grzesik
894ac5b6b6
feat(AWS Lambda): Support Fn::If for Principal.AWS
2021-06-30 12:33:17 +02:00
Nyambayar Turbat
93b9027f0d
fix(AWS API Gateway): Ensure that method depends on permission
2021-06-25 10:20:20 +02:00
Sudipto Das
e6ff2286a5
refactor: Replace fse.rename with fs.promises.rename ( #9605 )
2021-06-24 13:04:49 +02:00
Mariusz Nowak
81ddcf8ecb
test: Upgrade from deprecated forms when not testing them intentionally
2021-06-21 17:31:50 +02:00
Mariusz Nowak
dd9c72c736
test: Remove invalid test
2021-06-21 17:31:50 +02:00
Mariusz Nowak
5330d2b46e
test: Fix section title
2021-06-21 17:31:50 +02:00
Piotr Grzesik
42690a7352
feat(AWS S3): Support CF functions for bucket event property ( #9617 )
2021-06-17 14:31:10 +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
a116dfec22
fix(AWS API Gateway): Dont create logGroup if logs disabled
2021-06-07 16:50:30 +02:00
Piotr Grzesik
29f0e9c840
fix: Dont depend on default execution role when custom role provided
2021-05-19 17:08:55 +02:00
lyndoh
5601025dd8
fix(AWS API Gateway): Fix schema for apiKeys and permissionsBoundary
2021-05-18 09:48:47 +02:00
Mariusz Nowak
105807a674
refactor(CLI Onboarding): Integrate steps from dashboard plugin
2021-05-12 12:41:30 +02:00
Mariusz Nowak
8d56d0e520
style: Prettier
2021-05-10 13:07:44 +02:00
lyndoh
ec909452b5
feat(AWS API Gateway): Support disabling default endpoint ( #9404 )
2021-05-06 18:01:46 +02:00
Piotr Grzesik
7338358126
fix: Fix schema for Fn::Split for vpc config
2021-05-04 15:52:36 +02:00
Filip Golonka
80511a4b17
fix(AWS HTTP API): Ensure to apply tags to stage ( #9407 )
2021-05-03 09:50:46 +02:00
Piotr Grzesik
a05e88d92e
fix(AWS API Gateway): Ensure unique name for request validator
2021-04-28 12:08:37 +02:00
Android3000
c8adc0c796
feat(AWS IAM): Support provider.iam.role.path ( #9363 )
2021-04-27 12:24:04 +02:00
Jacques
154351f1a5
fix(AWS API Gateway): Create one request validator and reuse ( #9319 )
2021-04-22 11:59:17 +02:00
Joseph Cha
7e139bb013
feat(AWS CloudFormation): Add default export names to outputs ( #9313 )
2021-04-22 11:45:57 +02:00
Android3000
d1c3b3fbac
fix(AWS IAM): Deprecate 'iam.role.permissionBoundary' ( #9318 )
2021-04-19 13:36:58 +02:00
Mariusz Nowak
10f956777c
test: Rename servicePath to serviceDir
2021-04-16 13:32:13 +02:00
Mariusz Nowak
87d380275b
refactor: Replace config.servicePath with service.dir
2021-04-16 13:32:13 +02:00
Piotr Grzesik
ef25d68137
fix(AWS API Gateway): Correctly recognize type for authorizerId
2021-04-14 10:48:01 +02:00
Gabriel Plassard
2cb81608c8
feat(AWS ALB): Support functions[].events[].alb.targetGroupName ( #9222 )
2021-04-12 17:47:01 +02:00
Mariusz Nowak
2d1b56b59f
test: Upgrade to new runServerless version
2021-04-09 16:10:21 +02:00
Piotr Grzesik
dac06c8ce6
fix(AWS API Gateway): Do not attempt to remove aws: tags during update
2021-04-08 14:15:11 +02:00
Mariusz Nowak
2011649537
refactor: Remove injustified "eslint-disable" comments
2021-04-02 15:05:03 +02:00
Mariusz Nowak
d4d1ffb754
test(AWS ALB): Improve test title
2021-04-02 13:25:30 +02:00
Piotr Grzesik
0a84f1c84e
fix(AWS IAM): Support for CF functions for provider.iam.role
2021-03-31 12:36:11 +02:00
Piotr Grzesik
d3c6e4323b
feat(AWS HTTP API): Add support for AWS IAM authorization
2021-03-30 11:34:31 +02:00
Piotr Grzesik
37d03b6888
feat(AWS HTTP API): Add support for custom Lambda authorizers
2021-03-29 16:38:55 +02:00
Sergii Kovalev
8c3e1be735
feat(AWS IAM): Add support for iam.role.name definition ( #9166 )
...
Co-authored-by: Sergii Kovalev <sergey@haftahave.com>
2021-03-24 09:43:38 +01:00
coyoteecd
e77a00dfff
fix(AWS IAM): Accept arn:${AWS::Partition} in function roles ( #9103 )
2021-03-15 16:49:03 +01:00
Dmitry Shirokov
42a1cdb6f1
feat(AWS IAM): Allow tags parameter on lambda execution role ( #9039 )
2021-03-08 11:04:32 +01:00
Vishnu Prassad
b2188a20d9
feat(AWS Stream): Add support for custom checkpoint ( #9056 )
2021-03-05 18:35:30 +01:00
ifitzsimmons
6e486b3eb1
refactor: Use async in lib/plugins/aws/package ( #8870 )
...
Covered the following paths:
* Files put directly into `lib/plugins/aws/package/compile`
* Files put directly into `lib/plugins/aws/package`
* `lib/plugins/aws/package/lib`
Made changes to tests where necessary.
2021-03-01 11:15:34 +01:00
Jeffrey McGuffee
aeb64fd3cc
feat(AWS API Gateway): Allow reuse and customization of schema models
...
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-02-26 12:25:07 +01:00
stuartforrest-infinity
13444caa28
feat(AWS EventBridge): Support for using native CloudFormation ( #8437 )
...
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-02-24 15:00:48 +01:00
yumei
9b030ad5f4
feat(AWS Deploy): Gently handle (strip) null's in CF template ( #8975 )
2021-02-24 14:42:13 +01:00
jay
9f5fd61009
feat(AWS HTTP API): Add ability to apply provider.tags ( #8938 )
...
Co-authored-by: j.muppala <j.muppala@samsung.com>
2021-02-23 10:50:59 +01:00
Zach Swanson
36c78c70d1
fix(AWS ALB): Conform to CF schema with multiple host header ( #8965 )
2021-02-19 15:01:32 +01:00
Piotr Grzesik
5057f9ab86
fix(AWS Lambda): Throw verbose error when referencing invalid layer
2021-02-17 14:17:55 +01:00
Guillaume Desvé
bebf3430b4
feat(AWS HTTP API): Support provider.httpApi.disableDefaultEndpoint ( #8649 )
2021-02-16 15:35:18 +01:00
Dmitry Shirokov
9ad4d07886
feat(AWS IAM): Group IAM-related settings under provider.iam ( #8701 )
2021-02-11 13:11:58 +01:00
ifitzsimmons
c5ba682a6b
refactor: Use async/await in events/apiGateway. ( #8869 )
2021-02-09 15:28:48 +01:00
Juanjo Diaz
006557d847
refactor: Use standalone ServerlessError. ( #8897 )
2021-02-09 09:20:55 +01:00
ifitzsimmons
61dd3bde8d
refactor: Use async in compile/events/websockets ( #8874 )
...
Covered the following paths:
* `lib/plugins/aws/package/compile/events/websockets`
Made changes to tests where necessary.
2021-02-03 10:13:20 +01:00
Sam Stenvall
4dff8e53a6
fix: Fix AWS tags validation schema ( #8766 )
2021-01-26 14:55:52 +01:00