Mariusz Nowak
|
31ccfe1a79
|
refactor(AWS Deploy): Refactor to BbPromise.try
|
2020-06-16 10:59:59 +02:00 |
|
Mariusz Nowak
|
5234439fa1
|
refactor: Remove old analytics module
|
2020-06-16 10:59:59 +02:00 |
|
Nguyễn Việt Đức
|
d5de0ec56a
|
refactor: Replace _.nth with array[index] (#7841)
|
2020-06-16 08:51:37 +02:00 |
|
Demián Rodriguez
|
003fcfb8fc
|
feat(AWS Stream): Add support for maximumRecordAgeInSeconds property
(PR #7833)
|
2020-06-12 10:03:00 +02:00 |
|
Nguyễn Việt Đức
|
4c6f8be5cc
|
refactor: Replace _.map with array.map (#7827)
|
2020-06-12 09:59:42 +02:00 |
|
Nguyễn Việt Đức
|
20cef81555
|
refactor: Replace _.isUndefined with native checks (#7826)
|
2020-06-12 09:54:00 +02:00 |
|
Mariusz Nowak
|
5a5a986414
|
fix(AWS SQS): Revert support for maximumRetryAttempts option (#7832)
As it's not supported on AWS side
|
2020-06-10 12:52:16 +02:00 |
|
Jishnu Mohan P R
|
3b3db7ad29
|
refactor: Replace _.takeRight with array.slice (#7831)
|
2020-06-09 15:18:27 +02:00 |
|
srd2014
|
053f5f420b
|
refactor: Replace _.split with string.split (#7820)
|
2020-06-09 12:23:14 +02:00 |
|
Nguyễn Việt Đức
|
332524dae7
|
refactor: Replace _.indexOf with arr.includes (#7825)
|
2020-06-08 10:14:20 +02:00 |
|
Chris Villanueva
|
77fbb5969b
|
refactor: Replace _.includes with val.includes (#7818)
|
2020-06-08 09:13:50 +02:00 |
|
Chris Villanueva
|
a527744606
|
refactor: Replace _.firstwith array[0] (#7816)
|
2020-06-08 09:07:17 +02:00 |
|
Chris Villanueva
|
e39cdfdf02
|
refactor: Replace _.unset with delete (#7813)
|
2020-06-03 18:07:28 +02:00 |
|
Bryan Hunter
|
dc96b9a876
|
fix: Ensure serverless.ts is handled properly at plugin commands
(PR #7806)
|
2020-06-03 18:05:41 +02:00 |
|
Wing-Kam
|
9f3ee94a74
|
refactor: Replace _.isString(value) with typeof value === 'string'
(PR #7812)
|
2020-06-03 16:17:04 +02:00 |
|
Wing-Kam
|
6cf4901a89
|
refactor: Replace _.isNil(value) with value == null (#7809)
|
2020-06-03 15:38:18 +02:00 |
|
Wing-Kam
|
22a4ed27e2
|
refactor: Replace _.toUpper(string) with string.toUpperCase (#7808)
|
2020-06-03 14:39:49 +02:00 |
|
Chris Villanueva
|
5cf46bf109
|
refactor: Replace _.join with array.join (#7805)
|
2020-06-03 08:53:06 +02:00 |
|
Mariusz Nowak
|
f9f6a3b560
|
fix(AWS API Gateway): Fix API key names resolution
Regression introduced by #5982, with which new format was introduced, and resolution of API key names was not updated to it
|
2020-06-02 11:00:02 +02:00 |
|
Chris Villanueva
|
003696260c
|
refactor: Replace _.find with array.find (#7782)
|
2020-06-02 09:43:56 +02:00 |
|
Michał Mrozek
|
4074739476
|
feat(AWS HTTP API): Support externally configured JWT authorizers
(PR #7789)
|
2020-06-01 14:45:03 +02:00 |
|
Alex DeBrie
|
2e4377ecf0
|
feat(AWS API Gateway): Simplify referencing local CognitoUserPool
(PR #7799)
|
2020-06-01 14:19:09 +02:00 |
|
Chris Villanueva
|
2b00928f87
|
refactor: Replace _.size with native counterparts (#7798)
|
2020-06-01 13:30:43 +02:00 |
|
TATSUNO Yasuhiro
|
5e0af21313
|
refactor: Replace _.forEach and _.each with array.forEach (#7748)
|
2020-05-28 10:45:25 +02:00 |
|
Satoru Kikuchi
|
87d40aa8a7
|
feat(AWS API Gateway): Support toggling CloudWatch metrics (#7754)
|
2020-05-28 09:31:31 +02:00 |
|
Greg Campion
|
c6894b5129
|
feat(AWS API Gateway): Support customerId in API keys (#7786)
|
2020-05-28 09:29:01 +02:00 |
|
Chris Villanueva
|
d43241ea8b
|
refactor: Replace _.keys with Object.keys (#7784)
|
2020-05-28 09:25:20 +02:00 |
|
Tanner Barlow
|
9611137982
|
feat(Templates): Azure C# template (#7738)
|
2020-05-26 22:15:03 +02:00 |
|
Midhun Rajendran
|
dac7c56b26
|
refactor: Replace _.filter with array.filter (#7775)
|
2020-05-26 11:01:23 +02:00 |
|
Nguyễn Việt Đức
|
85e9cd4455
|
refactor: Replace _.assign and _.extend with Object.assign (#7766)
|
2020-05-26 10:24:46 +02:00 |
|
Chris Villanueva
|
d1721cb2b4
|
refactor: Replace _.every(array) with array.every (#7764)
|
2020-05-26 10:17:30 +02:00 |
|
Ahmad Mahmoud Mohammad
|
4724cb8eeb
|
refactor: Replace inquirer with @serverless/inquirer (#7729)
|
2020-05-26 10:12:24 +02:00 |
|
Mariusz Nowak
|
dd902e8bc5
|
test: Reliable reproduction test for #7753
|
2020-05-21 17:00:15 +02:00 |
|
Thomas Aribart
|
aa48f0a076
|
fix(AWS API Gateway): Apply contentHandling only to successful responses
(PR #7757)
|
2020-05-21 13:22:02 +02:00 |
|
Mariusz Nowak
|
398027eb65
|
test: Ensure test is not immune to race condition
We observe occasional fails due to differently sorted results
|
2020-05-21 10:40:13 +02:00 |
|
Mariusz Nowak
|
b97e2b4211
|
fix(AWS Deploy): Fix packaging logic after #7742 regression
Ensure that custom package.artifact is resolved as expected
|
2020-05-20 17:36:22 +02:00 |
|
Nguyễn Việt Đức
|
b245596dbb
|
refactor: Upgrade globby to v9 (#7750)
|
2020-05-20 13:47:00 +02:00 |
|
TATSUNO Yasuhiro
|
2b9f63e332
|
perf(AWS Deploy): Do not re-upload unchanged lambda layers (#7680)
|
2020-05-19 15:08:25 +02:00 |
|
TATSUNO Yasuhiro
|
8bb5517456
|
refactor: Replace _.{startsWith,endsWith,includes} with native methods
(PR #7715)
|
2020-05-19 12:22:25 +02:00 |
|
TATSUNO Yasuhiro
|
de4aee3f25
|
fix: Fix packaging logic after regression introduced with #7742 (#7743)
|
2020-05-19 10:22:54 +02:00 |
|
Alex Soto
|
4252422a94
|
fix(AWS Local Invocation): Ensure to mount as read only in docker
(PR #7622)
|
2020-05-18 21:45:07 +02:00 |
|
Antonio Caiazzo
|
304a50261d
|
fix(AWS CloudFront): Fix merge of template configuration (#7739)
|
2020-05-18 12:14:20 +02:00 |
|
TATSUNO Yasuhiro
|
05499e6083
|
fix: Fix changes detection when user package artifact is involved
(PR #7742)
|
2020-05-18 12:08:37 +02:00 |
|
Mariusz Nowak
|
2ebb46a2f4
|
style: Fix lint issues
|
2020-05-15 16:40:19 +02:00 |
|
Mariusz Nowak
|
cf1692f1a4
|
fix(AWS API Gateway): Fix handling stage settings when in nested stack
Uncoditionally search for Rest API if `http` events are configured
|
2020-05-15 13:11:55 +02:00 |
|
Mariusz Nowak
|
e472a0491a
|
fix(AWS API Gateway): Improve configuration validation
Confirm on deployment not just Rest API
|
2020-05-15 13:11:55 +02:00 |
|
Ahmad Mahmoud Mohammad
|
2a26493951
|
fix(AWS Lambda): Fix DependsOn handling in case of disabled logs (#7731)
|
2020-05-15 09:56:10 +02:00 |
|
Ahmad Mahmoud Mohammad
|
d8222fa0dc
|
fix(AWS IAM): Remove iamRoleLambdaExecution from DependsOn (#7722)
|
2020-05-14 15:48:06 +02:00 |
|
Kenan Christian Dimas
|
c106d53638
|
refactor: Upgrade 'fs-extra' to v8 (#7719)
|
2020-05-13 16:16:17 +02:00 |
|
Ahmad Mahmoud Mohammad
|
a1472ba6f0
|
fix(AWS CloudFront): Ensure lambda edge has no vpc or env (#7721)
|
2020-05-13 13:21:31 +02:00 |
|