2696 Commits

Author SHA1 Message Date
Mariusz Nowak
8c3c7c4e3a chore: Rename "tests" folder to "test"
Also upgrade @serverless/eslint-config to v2
2020-08-28 16:22:09 +02:00
Mariusz Nowak
6d7e967227 refactor(Config Schema): Treat "resources" as fully provider specific 2020-08-28 14:17:54 +02:00
Mariusz Nowak
c79cae2308 refactor(Config Schema): Define AWS definitions in context of provider 2020-08-28 14:17:54 +02:00
Mariusz Nowak
f9bcaaead9 refactor(AWS Deploy): Replace 'async' dependency 2020-08-25 19:47:40 +02:00
Mariusz Nowak
27b1221c5f test: Improve error handling 2020-08-25 19:47:40 +02:00
Piotr Grzesik
149f64ad1c
feat(AWS Lambda): Support EFS attachment (#8042) 2020-08-25 17:48:19 +02:00
Frédéric Barthelet
796ce0b5dd
feat(Config Schema): AWS eventBridge schema validation (#8114) 2020-08-21 16:06:51 +02:00
Mariusz Nowak
7f04819916 refactor(Config Schema): Rename cfImport definition to awsCfImport 2020-08-21 15:46:35 +02:00
Sedat Can Yalçın
258c692c47
perf(Packaging): Remove aws-sdk installation step (#8110) 2020-08-21 15:03:12 +02:00
stuartforrest-infinity
37d80cb7cf
refactor(AWS S3): Fix typo in var name (#8106) 2020-08-20 12:44:26 +02:00
Frédéric Barthelet
184cb48033
feat(Config Schema): Schema for Cognito Pool events (#8105) 2020-08-20 12:42:41 +02:00
Mariusz Nowak
3f6b3ce9a4 fix(AWS HTTP API): Recognize API id passed as CF import instruction 2020-08-19 15:59:42 +02:00
Mariusz Nowak
2faa20e835 fix(AWS Credentials): Fix error message resolution 2020-08-19 15:30:20 +02:00
Mariusz Nowak
b892a97d55 refactor(Config Schema): Ensure alphabetical order 2020-08-19 13:37:54 +02:00
Mariusz Nowak
fc9edfc90e fix(AWS HTTP API): Fix config schema issues discovered in tests 2020-08-19 13:37:54 +02:00
Frédéric Barthelet
f091c07992
feat(Config Schema): AWS HTTP API schema (#8068) 2020-08-19 12:05:50 +02:00
Geoff Baskwill
20d9c6414a
feat(AWS API Gateway): Schema for provider.resourcePolicy setting (#8051) 2020-08-17 16:16:15 +02:00
Mariusz Nowak
5a691f4457 fix(AWS API Gateway): Fix referencing provisioned authorizers 2020-08-06 17:39:47 +02:00
Mariusz Nowak
2abb9ad855 fix(AWS SQS): Fix referencing lambdas with provisioned concurrency 2020-08-06 17:39:47 +02:00
Mariusz Nowak
bab0d56bd9 fix(AWS Lambda): Ensure to respect maximumRetryAttempts set to 0 2020-08-05 16:36:56 +02:00
Mariusz Nowak
31f52f9f9e test(AWS Lambda): Improve async config tests 2020-08-05 16:36:56 +02:00
Petr Reshetin
268f714357
feat: Schema based validation of service config (#7335)
Co-authored-by: Mariusz Nowak <medyk@medikoo.com>
2020-08-03 15:41:05 +02:00
Daniil Bratchenko
41d19b3834
fix(AWS EventBridge): Fix handling of events removal (#8004) 2020-07-31 22:15:06 +02:00
Mariusz Nowak
9897120a8a fix: Set versionFunctions to true only in AWS provider case 2020-07-31 15:21:14 +02:00
Mariusz Nowak
ca79cb6d69 refactor: Simplify condition notation 2020-07-31 15:21:14 +02:00
Mariusz Nowak
64814f46f2 refactor: Remove obsolete 'null' assignment 2020-07-31 15:21:14 +02:00
Pavle Portic
b53f080a4d
fix(AWS EventBridge): Fix attaching lambdas to "default" stage (#7995) 2020-07-30 13:27:23 +02:00
Piotr Grzesik
8573ec1e50
feat(AWS Lambda): Support maximumEventAge and maximumRetryAttempts
Support those setting on its own (directly on function configuration) and not just in context of destinations

(PR #7987)
2020-07-29 11:50:11 +02:00
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