6765 Commits

Author SHA1 Message Date
Michael Reynolds
396f7df3ed change param type from string to int 2019-11-28 12:27:17 +00:00
Michael Reynolds
4543a88446 expose ParallelizationFactor prop for kinesis streams 2019-11-28 12:10:29 +00:00
Mariusz Nowak
b98a64c23a
Merge pull request #7014 from sammarks/websocket-context-status
fix: remove `$context.status` from websocket access log format
2019-11-27 11:49:16 +01:00
Mariusz Nowak
d0c6c8d517
Merge pull request #6999 from wildhaber/fix/cors-omit-access-control-alow-credentials-on-false
Fix/cors omit access control allow credentials on false
2019-11-26 20:01:30 +01:00
Sam Marks
d1537f7b4b fix: remove $context.status from websocket access log format 2019-11-26 13:52:31 -05:00
wildhaber
509901fcf4 ensure spacing on if expressions 2019-11-26 18:26:47 +01:00
Mariusz Nowak
c9d56d1bbb
Merge pull request #7004 from serverless/lint-and-style-improvements
Lint and style patches
2019-11-26 14:12:05 +01:00
Mariusz Nowak
1cc8778d7f
Merge pull request #6996 from jmb12686/govcloud-custom-resource-fix
Govcloud custom resource fix
2019-11-25 16:17:19 +01:00
jmb12686
67d84780bd remove getPartition function. Pass partition in thru handler 2019-11-25 07:44:15 -05:00
Mariusz Nowak
4e48f98f99
Prettify 2019-11-25 12:14:05 +01:00
Mariusz Nowak
a0fc30131b
Fix lint issues 2019-11-25 12:14:05 +01:00
jmb12686
80b47d0b8c run linter 2019-11-22 15:01:14 -05:00
jmb12686
c2e3eb67d7 prettify fix 2019-11-22 14:52:35 -05:00
jmb12686
bcea1de7dc Add flexible parsing of arns with AWS Partitions, including govcloud and china regions. Add utility function to obtain partition from region 2019-11-22 14:40:32 -05:00
Andreas Zoellner
e8b22d8a9f Make authorizer type check from #6150 case insensitive 2019-11-22 11:27:09 -08:00
wildhaber
48b0f7cd53 adjust tests to to.be.undefined 2019-11-22 17:02:20 +01:00
wildhaber
634191f32f simplify check for truthy value in allowCredentials 2019-11-22 16:50:43 +01:00
Mariusz Nowak
9a81af586f
Merge pull request #6987 from tinexw/6949
Add support for contentHandling - Fixes gh-6949
2019-11-22 11:35:14 +01:00
jmb12686
3049b79f40 run prettier on updated files 2019-11-21 16:57:51 -05:00
Mariusz Nowak
c77cf01071
Merge pull request #6990 from chocnut/feature/code-cleanup
Code cleanup and refactoring
2019-11-21 22:45:37 +01:00
jmb12686
6abf0cf77e fix typo and linting fixes 2019-11-21 16:16:52 -05:00
jmb12686
c61dc47f9d Fix handling of arns in GovCloud east and west regions 2019-11-21 16:15:02 -05:00
wildhaber
0d3e1eb588 omit access-control-allow-credentials header when not explicitly activated 2019-11-21 17:11:32 +01:00
Peter Indiola
2c1944e911 Simplify the return expression as this is a boolean 2019-11-21 10:06:07 +08:00
Peter Indiola
68522b691a Error message improvement 2019-11-21 10:00:26 +08:00
Peter Indiola
67e15c22e4 Code cleanup and refactoring 2019-11-21 09:52:52 +08:00
Kristine Jetzke
08f55eb323 Add support for contentHandling - Fixes gh-6949 2019-11-20 23:57:11 +01:00
Peter Indiola
4adc5cc197 Fix spelling and typos in docs, code variables and code comments 2019-11-20 23:28:56 +08:00
Mariusz Nowak
3bc50cf418
Merge pull request #6941 from clar-cmp/deploymentPrefix
Support empty deploymentPrefix
2019-11-20 12:57:49 +01:00
Mariusz Nowak
3311fb0bb4
Merge pull request #6954 from atz/patch-1
#6162: Support multiple schemas, don't overwrite RequestModels for each
2019-11-20 12:44:59 +01:00
Mariusz Nowak
e712d3756d
Test empty deployment prefix 2019-11-20 12:44:12 +01:00
Mariusz Nowak
68a30818fc
Test multiple schema support 2019-11-20 12:27:51 +01:00
Mariusz Nowak
0c8c8a0fb6
Merge pull request #6983 from serverless/bump-runtime-in-docs
Default to Nodejs12.x runtime
2019-11-20 12:18:10 +01:00
Mariusz Nowak
6a209560af
Merge pull request #6984 from serverless-tencent/master
Fix Tencent Template and Readme
2019-11-20 12:11:40 +01:00
Mariusz Nowak
f9a79b3742
Update up to recent changes 2019-11-20 12:10:15 +01:00
Mariusz Nowak
cb5c4a57b3
Prettify 2019-11-20 12:04:45 +01:00
Anycodes
49ba004b26
fix demo 2019-11-20 18:57:56 +08:00
Mariusz Nowak
d66e457572
Ensure to update tests with a new runtime 2019-11-20 11:11:20 +01:00
Mariusz Nowak
8148cfc6cc
Rely on new runtime in custom resource lambdas 2019-11-20 09:50:34 +01:00
Mariusz Nowak
71699d9a47
Default to nodejs12.x runtime 2019-11-20 09:48:32 +01:00
Mariusz Nowak
0185746245
Update examples to reference new runtime 2019-11-20 09:44:41 +01:00
dfounderliu
7ce2ac6826 fix tencent template 2019-11-20 14:15:05 +08:00
kdnakt
42517daf96 Python3.8 support! 2019-11-20 01:29:39 +09:00
Erik Erikson
4ce75bb81c only print a final promise tracking report if a progress report was previously printed
This reduces the noise of this component.  See discussion at https://github.com/serverless/serverless/pull/6960#issuecomment-554515331
2019-11-15 13:03:22 -08:00
Clar Charron
1e6e94283e
Lints 2019-11-15 09:01:11 -05:00
Mariusz Nowak
50dbfcbf0e
Improve error handling in config processing 2019-11-15 11:09:42 +01:00
Clar Charron
6aa79fb06f
Typo 2019-11-14 16:08:50 -05:00
Clar Charron
334bb810e7
Allow null/undefined 2019-11-13 10:42:53 -05:00
Mariusz Nowak
00c7a8c501
Merge pull request #6940 from cbm-egoubely/add-multi-value-headers-support
Add support for multi-value headers in ALB events
2019-11-13 14:17:00 +01:00
Mariusz Nowak
5ba9bce780
Ensure to treat filesToChmodPlusX as an optional 2019-11-13 13:43:20 +01:00