546 Commits

Author SHA1 Message Date
Duy Tran
6abea2477a
test: Remove Promise.[resolve|reject] (#11885) 2023-04-03 14:43:53 +02:00
Cobb Lee
0d850fcca7
fix(AWS Deploy): Fix handling of inactive CloudFormation stack state
(PR #11863)
2023-03-29 12:44:22 +02:00
Duy Tran
ac066e9100
test: Refactor out of BbPromise resolve/reject (#11853) 2023-03-24 12:46:32 +01:00
Dan Jarvis
4ee5505b18
feat(Console): Retain console properties on function deploy (#11849) 2023-03-23 19:44:21 +01:00
Mariusz Nowak
9368aa3f9d
test(AWS IOT): Fix test after fixture update 2023-03-20 14:25:22 +01:00
SleepWithCoffee
b5659f1d5e
test: Refactor to async functions (#11835) 2023-03-20 10:41:32 +01:00
SleepWithCoffee
f57705e262
test: Refactor to async functions (#11833) 2023-03-20 10:38:30 +01:00
SleepWithCoffee
af2cf611e4
test: Refactor to async functions (#11823) 2023-03-17 10:06:07 +01:00
Anthony Roussel
2efe8169c9
feat(AWS EventBridge): description property (#11821) 2023-03-16 12:40:35 +01:00
SleepWithCoffee
d97091c40d
test: Refactor to async tests (#11819) 2023-03-16 10:47:44 +01:00
SleepWithCoffee
f606014e03
test: Refactor to async functions (#11818) 2023-03-16 09:03:22 +01:00
SleepWithCoffee
b25a1ba790
test: Refactor to async functions (#11817) 2023-03-16 09:01:33 +01:00
Mariusz Nowak
2e004ebd54
test: Remove reduntant test file
- Some tests confirm implementation details (we should not write such tests, and we're ok to remove them)
- Stage and region resolution are  already well tested at `lib/plugins/aws/provider.test.js`
2023-03-15 09:53:08 +01:00
Rob Nielsen
16dd286a1d
fix: Fix function references when represented by alias (#11788) 2023-03-14 12:39:51 +01:00
SleepWithCoffee
6426589e1d
refactor: Refactor to async functions (#11809) 2023-03-14 12:16:22 +01:00
SleepWithCoffee
a5a357c087
test: Refactor to async functions under test/unit/lib/plugins/aws/deploy (#11810)
Co-authored-by: SleepWithCoffee <>
2023-03-14 12:15:12 +01:00
SleepWithCoffee
2aeba50425
test: Refactor to async funtions (#11805) 2023-03-13 12:26:51 +01:00
SleepWithCoffee
bb54f15e5b
test: Refactor to async functions (#11804) 2023-03-13 12:25:18 +01:00
SleepWithCoffee
ebff3b5cd4
test: refactor to async functions (#11803) 2023-03-13 10:36:56 +01:00
SleepWithCoffee
5644b2c2c6
test: refactor to async functions (#11801) 2023-03-13 10:35:56 +01:00
SleepWithCoffee
1db8232c77
test: refactor to async functions (#11799) 2023-03-13 10:12:30 +01:00
SleepWithCoffee
b2c4f58d31
test: Refactor test files to async functions (#11798) 2023-03-13 10:11:25 +01:00
SleepWithCoffee
86bb67d15f
fix: Do not crash on null resource properties input (#11789) 2023-03-13 09:43:57 +01:00
Duy Tran
088b02e056
test: Define async functions as async (#11791) 2023-03-10 15:40:36 +01:00
Duy Tran
fd4d8ca25e
test: Define async functions as async 2023-03-10 15:39:35 +01:00
Duy Tran
1181780265
refactor: Replace _.entries with Object.entries (#11793) 2023-03-10 13:52:51 +01:00
Himanshu Pant
8db2f4cbc5
fix(AWS Lambda): Fix runtimeManagment handling (#11778) 2023-03-07 09:21:55 +01:00
Charlie Benger-Stevenson
6fe2ea5bc8
fix(AWS API Gateway): Fix support for provider.apiGateway.stage
(PR #11772)
2023-03-03 17:18:54 +01:00
Martin Gerlach
7410275f66
feat(AWS Lambda): Ensure logs:TagResource permission to IAM role (#11766)
As announced by AWS in Dec 2022, there is a new API for tagging CloudWatch resources. New accounts/roles that need to tag CloudWatch LogGroups need the new `logs:TagResouce permission`.
2023-02-28 09:25:06 +01:00
ROSeaboyer
18d4d69eb3
feat(AWS Lambda): Support runtimeManagement config (#11715) 2023-02-02 13:35:10 +01:00
ROSeaboyer
fc6bd57bbf
feat(AWS Schedule): Support CF instrinsic functions at .rate (#11714) 2023-01-31 09:48:06 +01:00
Anuj Jindal
e0764531ef
test(AWS CloudFront): Upgrade to rely on runServerless (#11693) 2023-01-26 12:26:39 +01:00
ROSeaboyer
b925c4cf9c
feat(AWS EventBridge): Support functions[].events[].eventBridge.name
(PR #11690)
2023-01-19 15:03:44 +01:00
Anuj Jindal
1df93f0d73
test(AWS CloudFront): Upgrade to rely on runServerless (#11683) 2023-01-19 13:27:46 +01:00
Jason Rowsell
57f27193e0
feat(AWS SQS): Support functions[].events[].sqs.maximumConcurrency
(PR #11678)
2023-01-18 11:51:50 +01:00
ROSeaboyer
99cd9e69c1
refactor(AWS SQS): Optimize IAM permissions generation (#11685) 2023-01-18 11:49:40 +01:00
Shreyance Jain
e769570704
feat(AWS RabbitMQ): Support functions[].events[].filterPatterns (#11659) 2023-01-05 15:46:10 +01:00
Shreyance Jain
1b55710f0a
feat(AWS ActiveMQ): Support functions[].events[].filterPatterns (#11656) 2023-01-05 15:05:15 +01:00
Jason Rowsell
6a5e8d9ff3
feat(AWS Kafka): Support functions[].events[].filterPatterns (#11645) 2023-01-05 12:35:50 +01:00
Jason Rowsell
b7d6af6b13
feat(AWS SNS): Support functions[].events[].filterPolicyScope (#11644) 2022-12-30 16:16:55 +01:00
Shreyance Jain
63584a9a0d
feat(AWS MSK): Support functions[].events[].filterPatterns (#11636) 2022-12-28 15:12:47 +01:00
Jason Rowsell
906ea319dd
feat(AWS CloudFront): Recognize behavior.ResponseHeadersPolicyId
(PR #11633)
2022-12-27 12:34:40 +01:00
timo92
2a5e11a997
feat: provider.logDataProtectionPolicy and functions[].logDataProtectionPolicy (#11599) 2022-12-20 14:28:39 +01:00
Baerten Dennis
adf11b75e5
feat(AWS Lambda): functions[].snapStart support (#11576) 2022-12-16 15:00:59 +01:00
franzmango
4169ae183f
feat(AWS API Gateway): Allow CF funcs in authorizer.scopes (#11505) 2022-11-08 13:37:21 +01:00
Daniele Iasella
858758ea1e
feat(AWS Kafka): Support startingPositionTimestamp (#11479) 2022-11-07 15:14:32 +01:00
Mariusz Nowak
33b998cbbf test: Remove commented out code 2022-10-31 16:07:52 +01:00
Pavan Andhukuri
0a49c4f5df
feat(AWS API Gateway): support provider.apiGateway.stage (#11487) 2022-10-31 13:02:55 +01:00
Daniele Iasella
5d41995c19
feat(AWS Kinesis): Support AT_TIMESTAMP starting position (#11483) 2022-10-31 10:30:42 +01:00
Jurriaan Proos
c5ca9b78fa
fix: Ensure maximum API gateway timeout (#11453) 2022-10-19 10:28:24 +02:00