2668 Commits

Author SHA1 Message Date
Mariusz Nowak
32cde98750 fix(AWS Credentials): Improve AWS SDK workaround 2020-07-28 15:52:43 +02:00
Mariusz Nowak
863bc51904 fix(AWS Credentials): Improve credentials error recognition 2020-07-28 15:52:43 +02:00
Yuji Yamano
03531d8bc6
fix(Template): Ensure java wrappers are moved to runtimeWrappers (#7999) 2020-07-28 11:08:03 +02:00
Mariusz Nowak
de386405b2 fix: Fix aws-sdk workaround
It should not be applied if nslookup command is not found
2020-07-27 12:41:22 +02:00
Mariusz Nowak
527233d263 fix(Standalone): Ensure local invocation wrappers are accessible 2020-07-27 11:42:02 +02:00
Mariusz Nowak
c872c143ba refactor: Seclude generic version artifacts handlers 2020-07-27 11:42:02 +02:00
Mariusz Nowak
409b4d81b6 test: Remove superfluous cleanup logic 2020-07-27 11:42:02 +02:00
Mariusz Nowak
50bfd22096 refactor(AWS Local Invocation): Seclude runtime wrapping logic 2020-07-27 11:42:02 +02:00
Mariusz Nowak
5517ff0d26 test(AWS Local Invocation): Improve test reliability 2020-07-27 11:42:02 +02:00
Mariusz Nowak
095a26a445 test: Introduce debug log 2020-07-27 11:42:02 +02:00
Yuji Yamano
ab99b657a3
fix(Templates): Add aws-lambda-java-events support to Java (#7986) 2020-07-27 09:23:12 +02:00
Lucas Astrada
d0edb5d859
fix(AWS API Gateway): Ensure correct type for StatusCode property (#7977) 2020-07-27 08:57:12 +02:00
devops hipster in training
e980625f58
fix: Recognize final DELETE_COMPLETE event with verbose flag (#7979) 2020-07-24 09:51:10 +02:00
Mariusz Nowak
46aa0b8676
test: Fix Buffer usage 2020-07-23 09:48:46 +02:00
David Septimus
a2f977c8ce
feat(AWS ALB): Support health check configuration target groups (#7947) 2020-07-23 09:07:30 +02:00
Yuji Yamano
87e7480663
fix(Templates): Fix java invoke-bridge build error handling (#7968) 2020-07-22 16:01:24 +02:00
Mariusz Nowak
7af0cd8c28 fix: Fix AWS missing credentials handling 2020-07-22 10:18:49 +02:00
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
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
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
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
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