7343 Commits

Author SHA1 Message Date
Philipp Muens
783eca594b Merge pull request #3761 from jsyrjala/patch-1
Add units in comments for timeout and memorySize
2017-06-09 09:39:12 +02:00
Juha Syrjälä
28e040d9e4 Add units in comments for timeout and memorySize 2017-06-09 07:38:57 +03:00
Eslam λ Hefnawy
e4a55bb768 Merge pull request #3754 from serverless/releasing-1.15
releasing 1.15
v1.15.0
2017-06-08 20:51:20 +07:00
Eslam A. Hefnawy
a73aab1624 releasing 1.15 2017-06-08 20:49:40 +07:00
Eslam λ Hefnawy
cc036a26da Merge pull request #3753 from serverless/autocomplete-async
Added Support for CLI Autocomplete
2017-06-08 20:41:58 +07:00
Eslam A. Hefnawy
9b066ae8d2 removed external module test 2017-06-08 20:30:52 +07:00
Eslam A. Hefnawy
cb14676e76 fixed tests for async autocomplete 2017-06-08 20:04:46 +07:00
Joey van Dijk
b677dac3ef fix unnecessary escape characters 2017-06-08 10:46:33 +02:00
Joey van Dijk
7caa15dbf7 fix Travis test 2017-06-08 10:42:19 +02:00
Joey van Dijk
660e0b3a8f Support "Task timed out" warnings as HTTP 504-errors
Currently if Lambda functions have a timeout then you will not see any errors in Cloudwatch, while the user gets a 200 http response code with `{ errorMessage: 'Task timed out in 10.0 s'}`. 

This change will show 5XX errors in Cloudwatch.

To support this I need to copy all the default patterns in `serverless.yml` per function, so therefore I think this need to be a default setting, while this is not caused by the Serverless(/our) code but by AWS Lambda itself.
2017-06-08 10:36:36 +02:00
Philipp Muens
ee14ce9f36 Minor code changes and test improvements 2017-06-08 09:54:46 +02:00
Philipp Muens
9b6cd8f331 Simplify code / make test more restrictive 2017-06-08 09:30:43 +02:00
Philipp Muens
7d2b79b910 Merge pull request #3749 from arunshan/patch-1
Change eventHub to serviceBus as event type
2017-06-08 08:14:56 +02:00
Brian Neisler
851df3921a Make autocomplete async through promises 2017-06-07 18:40:05 -07:00
Brian Neisler
c00e1df7ae Add async file utils 2017-06-07 16:03:22 -07:00
davidwells
75a97441a1 run autocomplete.json creation in async fashion 2017-06-07 15:15:11 -07:00
Xancar
7bd780306f Change eventHub to serviceBus as event type
- I think this should be `serviceBus` type instead of `eventHub`. Please let me know if this change is incorrect.
2017-06-07 14:43:35 -07:00
davidwells
75af2ae3dd silently fail on FS error 2017-06-07 13:48:47 -07:00
Eslam A. Hefnawy
eb656d6dec added sls to autocomplete 2017-06-08 02:01:50 +07:00
Eslam A. Hefnawy
be54f6020c fixed typo 2017-06-08 01:31:07 +07:00
Eslam A. Hefnawy
5696513789 added cache file validation by hash to autocomplete 2017-06-08 01:27:11 +07:00
Eslam A. Hefnawy
b527164611 init serverless if cache file does not exist 2017-06-07 23:50:31 +07:00
Eslam A. Hefnawy
8cfd906567 moved autocomoplete inside error block 2017-06-07 23:35:03 +07:00
Eslam A. Hefnawy
671049a6c9 postinstalling autocomplete 2017-06-07 23:23:03 +07:00
Frank Schmid
6bbe0b01f5 Added unit test for getCommands() 2017-06-07 17:44:18 +02:00
Frank Schmid
b73466641e Filter nested entrypoints on getCommands(). Used by help. 2017-06-07 17:24:37 +02:00
Eslam A. Hefnawy
7746b0d4b5 fixing conflicts 2017-06-07 22:03:15 +07:00
Eslam A. Hefnawy
4952981e95 switching to manual installation 2017-06-07 22:02:39 +07:00
Eslam A. Hefnawy
82a00d72da removed md5 package 2017-06-07 22:02:39 +07:00
Eslam A. Hefnawy
0fbe5e5e1f changed tabtab package format 2017-06-07 22:02:39 +07:00
Eslam A. Hefnawy
c68a307ec7 update shrinkwrap 2017-06-07 22:02:31 +07:00
Eslam A. Hefnawy
e2cc1451a5 resolved comments on autocomplete 2017-06-07 22:02:23 +07:00
Eslam A. Hefnawy
67dc1c2463 using cache file for autocomplete 2017-06-07 22:01:15 +07:00
Eslam A. Hefnawy
01c8f87705 added autocomplete 2017-06-07 22:01:15 +07:00
Philipp Muens
7e65a22a8b Merge pull request #3743 from serverless/fix-packaging-related-google-docs
Fix packaging related google docs
2017-06-07 13:32:23 +02:00
Philipp Muens
94162830db Fix packaging related google docs 2017-06-07 13:31:45 +02:00
Nik Graf
d55048418a
update platform api url 2017-06-07 10:54:47 +02:00
Jeremy Benoist
ca202c5672
Throw an Error when requested variable does not exist
When we define a cf variable in serverless.yml and that variable wasn't output from the Cloudformation Outputs
a useless error was throw:

> Cannot read property 'OutputValue' of undefined

Now the error give more information:

> Trying to request a non variable from Cloudformation.
> Stack name: "some-stack" Requested variable: "DoestNotExist"
2017-06-06 17:18:33 +02:00
Eslam λ Hefnawy
050f968fc7 Merge pull request #3692 from serverless/fix-cors-origin-config
Fix CORS origin config
2017-06-06 18:49:19 +07:00
Eslam λ Hefnawy
12eb950a86 Merge pull request #3672 from serverless/add-kms-key-support
Add KMS key support
2017-06-06 18:36:19 +07:00
Philipp Muens
20b56b525d Merge pull request #3709 from sammarks/async-vars-follow-up-follow-up
Another follow-up on async vars
2017-06-06 09:58:39 +02:00
Philipp Muens
948fbf6d4c Merge master 2017-06-06 09:51:54 +02:00
Philipp Muens
f1df11abd2 Merge pull request #3657 from hassankhan/add-cognito-user-pool-triggers
Add Cognito User Pool Triggers
2017-06-06 09:47:19 +02:00
Philipp Muens
7410e5c400 Rename integration test to drop "Trigger" suffix 2017-06-06 09:30:04 +02:00
David Wells
384e426899 Merge pull request #3732 from serverless/DavidWells-patch-1
update api gateway docs
2017-06-05 16:25:21 -07:00
David Wells
928ed1f479 update api gateway docs 2017-06-05 15:10:06 -07:00
Alex Casalboni
c74965da11 Fixed linting 2017-06-05 18:01:04 +02:00
Alex Casalboni
d5f5f92f48 Raise error if no file matches before zipping 2017-06-05 17:36:14 +02:00
Alex Casalboni
e29397ca5c Added test to verify error if no file matches before zipping 2017-06-05 17:35:40 +02:00
Eslam λ Hefnawy
0997b328e4 Merge pull request #3705 from serverless/fix-s3-event-race-condition-bug
Fix s3 event race condition bug
2017-06-05 20:24:46 +07:00