3038 Commits

Author SHA1 Message Date
Philipp Muens
b3d43379f5
Merge pull request #5839 from Xenonym/fix/template-install-name-undefined
Fix service name in template install message
2019-02-19 14:30:50 +01:00
Philipp Muens
3432a3e1dd Add tests 2019-02-19 14:20:56 +01:00
Eslam λ Hefnawy
3408a4ee15
Merge pull request #5824 from serverless/websockets
Add support for websockets event
2019-02-19 15:25:38 +03:00
Tan Zhen Yong
63b2d61704 Fix service name in template install message
- was previously displaying "undefined"
2019-02-18 23:47:42 +08:00
Philipp Muens
0968f12e89 Validation if event is either http or websocket 2019-02-18 09:59:35 +01:00
Philipp Muens
bad6a4a102 Fix displaying of services with REST and WSS APIs 2019-02-18 09:54:25 +01:00
Philipp Muens
f3b6bf42ba Update templates 2019-02-15 14:13:41 +01:00
Philipp Muens
1661bf338b Add support string-based event definition 2019-02-15 14:09:36 +01:00
Philipp Muens
55036949a2 Change property name from routeKey to route 2019-02-15 12:07:07 +01:00
Philipp Muens
0fd67336f7 Rework error tests 2019-02-14 16:06:18 +01:00
Philipp Muens
c2a1bff60e Add unit tests 2019-02-14 15:45:49 +01:00
Tan Zhen Yong
998e8e5761 Add stack trace to error from AWS invokeLocal 2019-02-14 20:31:14 +08:00
Philipp Muens
8fce692dca Update check to use protocol / Add display tests 2019-02-14 12:32:01 +01:00
Philipp Muens
ff204eb302 Add websocket endpoint to outputs / display it via info 2019-02-14 12:10:01 +01:00
Tan Zhen Yong
749f5307b2 Indicate unused context in aws-nodejs-typescipt
- _ is used to exclude variables from unused parameter checks (Microsoft/TypeScript#9464)
2019-02-14 01:43:51 +08:00
Eslam A. Hefnawy
6f6f49d43e all routes working 2019-02-13 16:44:03 +03:00
Philipp Muens
b6e63f0e5e
Merge pull request #5825 from svlapin/fix/sl-override-wildcard-glob
Fix: override wildcard glob pattern (**) in resolveFilePathsFromPatterns
2019-02-13 13:03:50 +01:00
Philipp Muens
6dfe48513e Add clarification comment 2019-02-13 12:57:04 +01:00
Philipp Muens
415ca07f70
Merge pull request #5800 from a-h/enable_s3_encryption
Update bucket conf to default AES256 encryption.
2019-02-13 12:46:01 +01:00
Philipp Muens
e98127b80c
Merge pull request #5819 from srkiNZ84/master
Add Google Python function template
2019-02-12 11:12:20 +01:00
Serge Dukic
f6bf951499 Include Google Python template tests
Add a test for the Google Cloud Platform Python template test and also
update a couple of the documents as well.

Issue(s): None
2019-02-12 17:01:01 +13:00
Sergey Lapin
db47531bdb Allow override wildcard glob pattern (**) in resolveFilePathsFromPatterns 2019-02-11 16:32:29 +01:00
Eslam A. Hefnawy
231e96045f wip - websockets support 2019-02-11 18:24:54 +03:00
Serge Dukic
1ed55034b8 Fix function name to be "http"
So that it matches what is in the "serverless.yml" file.

Issue(s): None
2019-02-09 21:22:21 +13:00
Serge Dukic
bfb38fca9f Fix typo in service name
Needs a space before the "hash" symbol otherwise YAML doesn't recognise
it as a comment.

Issue(s): None
2019-02-09 21:20:31 +13:00
Serge Dukic
c1d8e6ec24 Add Google Cloud Python template
Add a template for creating Python Serverless functions in Google Cloud.

Issue(s): None
2019-02-09 21:15:04 +13:00
Daniel Schep
5761d5ce27 forgot semi 2019-02-08 18:08:15 -05:00
Daniel Schep
1a3c6d36bc fix windows go rework.
I failed to properly test it after a slight refactor befor emerge
2019-02-08 18:00:17 -05:00
Daniel Schep
88a4ce07f0 simplify implementation since getGolanblaba func wasnt used more than once and add docs 2019-02-08 16:15:02 -05:00
Daniel Schep
8064022a7a fatter fingers 2019-02-08 13:00:26 -05:00
Daniel Schep
1d07558b05 fat fingers 2019-02-08 12:56:55 -05:00
Daniel Schep
872212c2bd some test covg 2019-02-08 12:53:58 -05:00
Daniel Schep
7c73fdff37 windows golang chmod for deploy func -f too 2019-02-08 12:42:05 -05:00
Daniel Schep
eb4944108e fix minor bug & only do it on windows anyway 2019-02-08 12:37:36 -05:00
Daniel Schep
f136ac8678 inital stab at #5614 2019-02-08 12:35:23 -05:00
Daniel Schep
d21557a430
Merge pull request #5808 from serverless/sls-5745
Replace \ with / in paths on windows before passing to nanomatch
2019-02-08 10:06:34 -05:00
Daniel Schep
b32b200b14
Merge pull request #5718 from Biteable/make-local-ruby-pry-work
Make local ruby pry work
2019-02-08 10:00:48 -05:00
Jon Burgess
801278039c Ensure we don't break ruby local invocation on linux 2019-02-08 09:11:47 +11:00
Daniel Schep
42f2c2cb0d replace \ with / in paths on windows before passing to nanomatch
fices #5745 becaue nanomatch only supports / as a path separator
2019-02-07 13:03:45 -05:00
Philipp Muens
6a4dc2b68e
Merge pull request #5787 from Kivol/dfuc-layer-option
Added layer option for deploy function update-config
2019-02-07 11:26:07 +01:00
Philipp Muens
bc9cb08bad
Merge pull request #5791 from danielcondemarin/aws-deploy-checkForChanges-TODO
Replace blocking fs.readFileSync with non blocking fs.readFile in checkForChanges.js
2019-02-07 11:22:16 +01:00
Philipp Muens
aeb780dc9d
Merge pull request #5798 from erikerikson/config-not-dependent
Don't load config for `config`
2019-02-07 11:21:52 +01:00
Adrian Hesketh
2e85b52bce
Removed AWS S3 versioning and fixed build error for Node 4.4. 2019-02-06 17:07:30 +00:00
Erik Erikson
93f3535781 Don't load config for config
Change the config command to not require loading of the `serverless.*` configuration file.

Fixes #4597
2019-02-05 15:23:55 -08:00
Adrian Hesketh
3ed18cfb89
Update bucket conf to default AES256 encryption and enable versioning. 2019-02-05 22:52:22 +00:00
Daniel Schep
9b716b4be0 lint 2019-02-05 13:16:32 -05:00
Daniel Schep
931caf866d set timout&others on context in python invoke local
closes #5792
2019-02-05 13:02:39 -05:00
Kivol
c09355b4e0 Passing lint 2019-02-05 09:59:39 +09:00
danielconde
1929af8ae8 Read files before hashing asynchronously on checkIfDeploymentIsNecessary 2019-02-04 22:30:14 +00:00
Kivol
8b7393db94 Added layer option for deploy function update-config 2019-02-05 02:31:54 +09:00