93 Commits

Author SHA1 Message Date
Piotr Grzesik
d215517cf0 feat(AWS Lambda): Add support for function URLs 2022-04-06 23:13:37 +02:00
Piotr Grzesik
4201b304a2 refactor: Upgrade to @serverless/test in v10 2022-02-14 12:58:11 +01:00
Piotr Grzesik
76a60ae2b7 refactor: Use templates from examples in create 2022-02-04 17:35:19 +01:00
Piotr Grzesik
bf79934e9b test: Fix msk integration test 2022-01-31 14:03:26 +01:00
Richard Hull
d341b6b99d
feat(AWS MSK): Support maximumBatchingWindow (#10580) 2022-01-29 18:04:13 +01:00
Mariusz Nowak
e34b3a77c3 test: Fix naming convention of integration test files 2022-01-27 15:21:58 +01:00
Mariusz Nowak
40d63a2e44 test: Rename test/utils/eventBridge.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
fe2a1fcae8 test: Rename test/apiGateway.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
62c0d98a4e test: Rename fixture programmatic/provisionedConcurrency 2022-01-27 15:21:58 +01:00
Mariusz Nowak
04869f1d6f test: Rename fixture programmatic/iotFleetProvisioning 2022-01-27 15:21:58 +01:00
Mariusz Nowak
84626e385c test: Rename fixture programmatic/httpApi 2022-01-27 15:21:58 +01:00
Mariusz Nowak
65dca4e2c4 test: Rename fixture programmatic/httpApiExport 2022-01-27 15:21:58 +01:00
Mariusz Nowak
c8a6039d39 test: Rename fixture programmatic/httpApiCatchAll 2022-01-27 15:21:58 +01:00
Mariusz Nowak
36911cfcb0 test: Rename fixture programmatic/functionRabbitmq 2022-01-27 15:21:58 +01:00
Mariusz Nowak
97b6473b78 test: Rename fixture programmatic/functionMsk 2022-01-27 15:21:58 +01:00
Mariusz Nowak
87c95458a4 test: Rename fixture programmatic/functionEfs 2022-01-27 15:21:58 +01:00
Mariusz Nowak
186c1a0e49 test: Rename fixture programmatic/functionActivemq 2022-01-27 15:21:58 +01:00
Mariusz Nowak
9bdfd88457 test: Rename fixture programmatic/eventBridge 2022-01-27 15:21:58 +01:00
Mariusz Nowak
7e2881e9fe test: Rename fixture programmatic/congnitoUserPool 2022-01-27 15:21:58 +01:00
Mariusz Nowak
8533f6a68f test: Rename fixture programmatic/apiGateway 2022-01-27 15:21:58 +01:00
Mariusz Nowak
05a3b18ca6 test: Rename fixture programmatic/apiGatewayExtended 2022-01-27 15:21:58 +01:00
Mariusz Nowak
f1b96f1e1a test: Rename test/serverlessBinary.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
731b3ba1e1 feat(Variables): Remove old variables resolver
BREAKING CHANGE:
Old variables resolver is permanently removed. Any resolution error as approached with current resolver is assumed as final (there's no longer fallback to old resolver)
2022-01-27 15:21:58 +01:00
Mariusz Nowak
30a3be8de7 feat: Do not decorate cli.log logs 2022-01-27 15:21:58 +01:00
Piotr Grzesik
16f2159761 feat(AWS EventBridge): Change default deployment method to native CF
BREAKING CHANGE: By default, EventBridge resources now will be deployed using
native CloudFormation resources instead of Custom Resources.
2022-01-27 15:21:58 +01:00
Mariusz Nowak
126a076343 test: Upgrade curated plugins 2022-01-27 15:21:58 +01:00
Mariusz Nowak
cc905c1e39 refactor: Remove not actual TODO comments 2022-01-12 16:33:14 +01:00
Piotr Grzesik
a86dd885d4 test(AWS ActiveMQ): Temporarily skip integration test 2021-10-20 11:14:06 +02:00
Piotr Grzesik
6d54e4976a test(AWS RabbitMQ): Temporarily skip integration test 2021-10-20 11:14:06 +02:00
Michael
a3edecf0c6
feat(AWS Lambda): Support for Amazon MQ RabbitMQ events (#9919)
Co-authored-by: Michael <michael@Michaels-MacBook-Pro.local>
Co-authored-by: Michael <michael@ip-192-168-158-61.eu-west-1.compute.internal>
2021-10-19 15:10:46 +02:00
Mariusz Nowak
d33ccc8d68 test(AWS IOT): Do not clear stack on error 2021-10-12 09:22:32 +02:00
Mariusz Nowak
1ee7ad77e0 test: Turn on test back 2021-10-12 09:22:32 +02:00
Mariusz Nowak
5c5eec9e5e test(AWS IOT): Temporarily skip IOT integration test 2021-10-04 17:47:24 +02:00
Mariusz Nowak
fe655d4f15 feat(AWS Lambda): Support 64-bit ARM architecture 2021-10-04 17:12:58 +02:00
Mariusz Nowak
01c4ae33b4 test(AWS IOT): Improve error handling 2021-10-04 17:12:58 +02:00
Mariusz Nowak
abc1de0df2 test: Fix test title 2021-10-04 17:12:58 +02:00
Mariusz Nowak
42f1c5f47b test(AWS Lambda): Improve test title 2021-10-04 17:12:58 +02:00
Mariusz Nowak
02f4e0148c test(AWS Lambda): Refactor to async/await 2021-10-04 17:12:58 +02:00
Mariusz Nowak
cbe7573e02 test(AWS Lambda): Unify lambda destination tests into general tests 2021-10-04 17:12:58 +02:00
Mariusz Nowak
8d45f9f878
test(AWS Stream): Improve test reliability 2021-09-27 17:46:49 +02:00
Federico Jasson
9f0bc689cc
feat(AWS Schedule): Allow multiple rate expressions in single event
* Allow multiple cron/rate expressions in AWS schedule event

* Update schedule.test.js to use runServerless

* schedule.test.js: minimize calls to runServerless
2021-09-08 22:19:12 +02:00
Piotr Grzesik
f096440440 test(AWS Lambda): Fix activemq integration test 2021-09-03 13:19:59 +02:00
lewgordon
cacb529925
feat(AWS Lambda): Add support for activemq event (#8840)
Co-authored-by: Lew Gordon <lew.gordon@genesys.com>
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-09-03 12:24:47 +02:00
Mariusz Nowak
791f3acdc3 test: Cover serverless-step-functions plugin 2021-07-19 09:42:06 +02:00
Mariusz Nowak
5ceca3c04a test: Cover serverless-plugin-typescript plugin 2021-07-15 15:58:41 +02:00
Mariusz Nowak
4b25b92be4 test: Coverserverless-iam-roles-per-function with integration tests 2021-07-15 10:18:16 +02:00
Mariusz Nowak
3e384e2c61 test: Coverserverless-dotenv-plugin with integration tests 2021-07-15 10:18:16 +02:00
Mariusz Nowak
a2f7c00e2c test(AWS SQS): Improve test reliability 2021-07-08 14:30:19 +02:00
Mariusz Nowak
884cdfff02 test(AWS MSK): Improve tests reliability 2021-07-08 13:44:14 +02:00
Mariusz Nowak
614f919146 test(AWS SNS): Improve tests reliability 2021-07-08 13:44:14 +02:00