Mariusz Nowak
|
6188bc48f5
|
fix(AWS Cognito): FIx properly resource resolution
Regression originally introduced with #7915
|
2020-07-09 16:50:51 +02:00 |
|
Mariusz Nowak
|
3e54858fe6
|
fix(AWS Cognito): Fix low level refactor regression
Regression introduced with #7915
|
2020-07-09 16:36:22 +02:00 |
|
andreizet
|
ec954f6122
|
feat(AWS HTTP API): Deprecate payload 1.0 default (#7919)
|
2020-07-08 12:18:23 +02:00 |
|
andreizet
|
7bbd04a693
|
refactor: Replace _.has with better counterparts (#7915)
|
2020-07-07 17:18:48 +02:00 |
|
Ian Anderson
|
a88cf00ae7
|
feat(Templates): Upgrade azure-nodejs template (#7918)
|
2020-07-07 16:49:21 +02:00 |
|
Matt Davis
|
7848b6d033
|
fix(Templates): Fix PackageReference in aws-fsharp template (#7914)
|
2020-07-07 10:32:17 +02:00 |
|
Ben Arena
|
56b335f999
|
feat(AWS API Gateway): Support integration mapping of request headers
(PR #7897)
|
2020-07-06 12:35:19 +02:00 |
|
Piotr Grzesik
|
75bf185785
|
refactor: Replace _.some usage with array.some (#7901)
|
2020-07-06 09:08:44 +02:00 |
|
Mariusz Nowak
|
6c2fabf9b9
|
feat(AWS Deploy): Support customization of request retries count
|
2020-07-01 12:07:11 +02:00 |
|
Nguyễn Việt Đức
|
d6cf036c16
|
refactor: Replace _.findKey with Object.keys(object).find (#7881)
|
2020-07-01 09:23:46 +02:00 |
|
Nguyễn Việt Đức
|
e7163ceaac
|
refactor: Replace _.keyBy with native constructs (#7882)
|
2020-07-01 09:20:50 +02:00 |
|
RT
|
fce0b18864
|
refactor: Replace _.concat with array.concat (#7851)
|
2020-06-30 13:52:57 +02:00 |
|
Anh Dev
|
028e467202
|
refactor: Replace _.toString with native String (#7893)
|
2020-06-30 13:13:09 +02:00 |
|
Mariusz Nowak
|
6fccedea4a
|
fix(Standalone): Ensure reliable access from China
|
2020-06-29 16:15:26 +02:00 |
|
Mariusz Nowak
|
64bca770c3
|
refactor: Rename internal plugin
|
2020-06-29 16:15:26 +02:00 |
|
Dai Van Nguyen
|
3b19a5a6b1
|
refactor: Remove _.isInteger (#7878)
|
2020-06-29 09:38:38 +02:00 |
|
MickVanDuijn
|
71919f1d1f
|
fix(AWS Deploy): Ensure no duplicate (case-insensitive) stack tags
(PR #7887)
|
2020-06-26 16:16:27 +02:00 |
|
Anh Dev
|
57f70f93eb
|
refactor: Remove _.isBoolean usage (#7880)
|
2020-06-26 13:02:50 +02:00 |
|
Dai Van Nguyen
|
297f7d85e0
|
refactor: Replace _.reduce with array.reduce (#7883)
|
2020-06-26 12:32:07 +02:00 |
|
Kamaz
|
b976677514
|
feat(AWS ALB): Support onUnauthenticatedRequest (#7780)
|
2020-06-26 09:37:51 +02:00 |
|
Çalgan Aygün
|
f6743e9b35
|
refactor: Replace _.pullAllWith with native constructs (#7861)
|
2020-06-26 09:34:01 +02:00 |
|
Dai Van Nguyen
|
f2e19420e9
|
refactor: Replace _.parseInt with Number (#7877)
|
2020-06-25 15:22:35 +02:00 |
|
Dai Van Nguyen
|
4c33476210
|
refactor: Replace _.isEmpty with native counterparts (#7873)
|
2020-06-25 15:17:52 +02:00 |
|
Mariusz Nowak
|
475b9b4681
|
test: Add debug logs
|
2020-06-24 16:37:41 +02:00 |
|
Nguyễn Việt Đức
|
288cb255ac
|
refactor: Replace _.chain with native constructs (#7862)
|
2020-06-23 10:20:20 +02:00 |
|
Çalgan Aygün
|
7e68a0c90f
|
refactor: Replace _.compact with array.filter(Boolean) (#7858)
|
2020-06-22 10:38:34 +02:00 |
|
Mariusz Nowak
|
9c0f6461b7
|
fix(AWS Websocket): Fix resources dependency chain
Not having that caused race condition where route response could have been created before deployment.
Exposed by CI fails as: https://travis-ci.org/github/serverless/serverless/jobs/699675795
|
2020-06-19 14:03:55 +02:00 |
|
Jonne Deprez
|
9dad77ce1b
|
fix(AWS HTTP API): Respect logRetentionInDays setting (#7856)
|
2020-06-19 11:54:06 +02:00 |
|
Nguyễn Việt Đức
|
57e4212671
|
refactor: Replace _.sortBy with array.sort (#7823)
|
2020-06-18 14:36:45 +02:00 |
|
Nguyễn Việt Đức
|
ee94dce47c
|
refactor: Replace _.min with native constructs (#7840)
|
2020-06-17 08:52:42 +02:00 |
|
Mariusz Nowak
|
85cc4476b3
|
fix(AWS API Gateway): Fix handling of usagePlan array
Improves leaky logic introduces with https://github.com/serverless/serverless/pull/5982
Exposed by regression introduced with https://github.com/serverless/serverless/pull/7827
|
2020-06-16 16:20:34 +02:00 |
|
Mariusz Nowak
|
49b5914378
|
feat: Support new analytics and notifications backend
|
2020-06-16 10:59:59 +02:00 |
|
Mariusz Nowak
|
96afed438c
|
refactor: Switch to @serverless/util/config
|
2020-06-16 10:59:59 +02:00 |
|
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 |
|