4242 Commits

Author SHA1 Message Date
Yuji Yamano
25263fd473
fix(Templates): Set ContextClassLoader for groovy and clojure (#7955) 2020-07-20 09:16:27 +02:00
Yuji Yamano
851b85629d
fix(Templates): Upgrade Java 3rd party libraries used for invokeLocal
(PR #7930)
2020-07-17 08:59:44 +02:00
Yuji Yamano
dc1edc10c0
fix(AWS Local Invocation): Add java11 support.
(PR #7956)
2020-07-17 10:22:29 +09:00
Mariusz Nowak
da1b75ac88
fix(AWS Deploy): Support 0 as SLS_AWS_REQUEST_MAX_RETRIES setting 2020-07-16 10:42:15 +02:00
Mariusz Nowak
4d1b3b571d
fix(AWS Deploy): Fix resolution of SLS_AWS_REQUEST_MAX_RETRIES setting 2020-07-16 10:34:05 +02:00
Mariusz Nowak
4e69c76e07 fix: Ensure deprecation logs support mute settings from service config 2020-07-15 15:25:00 +02:00
Frédéric Barthelet
5e322c8735
feat(Templates): Improve TypeScript template (#7934) 2020-07-13 13:04:13 +02:00
Frédéric Barthelet
5a444c415c
feat(AWS HTTP API): Allow use of CF ImportValue for httpApi id (#7905) 2020-07-13 12:10:19 +02:00
Mariusz Nowak
d608402428 test: Upgrade to @serverless/test v4.2 2020-07-10 17:35:23 +02:00
Mariusz Nowak
cad1f0af82 test: Upgrade @serverless/test to v4 2020-07-10 17:35:23 +02:00
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