742 Commits

Author SHA1 Message Date
Philipp Muens
96117bf6fb Merge pull request #2991 from serverless/update-status-code-regex-to-match-newlines
Update status code regex to match newlines
2016-12-20 18:08:12 +01:00
Philipp Muens
03cc50b246 Merge pull request #2993 from serverless/fix-vtl-string-escaping
Fix VTL string escaping
2016-12-20 14:49:41 +01:00
Philipp Muens
7ef084df5d Update string replacing in replaceAll 2016-12-20 14:35:40 +01:00
Philipp Muens
6ee2c31549 Update status code regex to match newlines 2016-12-20 12:33:10 +01:00
Maciej Winnicki
15550f8b60 Merge pull request #2940 from erndob/patch-1
fix #2936. Enable schedule event by default.
2016-12-16 17:45:37 +01:00
erndob
0bcd23637b add tests 2016-12-15 21:15:53 +02:00
Nik Graf
f78fee916d Merge pull request #2885 from serverless/add-alexa-event-source
Add alexa event source
2016-12-14 14:36:23 +01:00
Nik Graf
24d47e3e9d removed debug console.log 2016-12-14 14:07:44 +01:00
Nik Graf
5a9d9feebb fix tests 2016-12-14 13:47:21 +01:00
Maciej Winnicki
1f9acb840a Merge pull request #2942 from serverless/fix-invoke-exit-code
Fix invoke exit code
2016-12-14 13:37:34 +01:00
Nik Graf
c7df447589 improve alex skill notation 2016-12-14 13:35:11 +01:00
Eslam A. Hefnawy
26a2735e1e Merge branch 'fix_issue_2132' of https://github.com/imaman/serverless into imaman-fix_issue_2132 2016-12-14 18:54:34 +07:00
Maciej Winnicki
9f3b218157
refactor tests 2016-12-14 10:47:45 +01:00
Maciej Winnicki
145911a6ae
fix lint 2016-12-14 10:13:12 +01:00
Joe Stanton
b5284df55f
Reject promise and handle exit code in the wrapper 2016-12-14 10:11:51 +01:00
Joe Stanton
fb1b4ef14a
Correct exit code for failed function invocation 2016-12-14 10:09:04 +01:00
Nik Graf
010da2cb59 Merge branch 'master' into add-alexa-event-source 2016-12-14 09:27:17 +01:00
erndob
65ca04deaf fix style 2016-12-14 10:26:10 +02:00
erndob
c433cd1642 fix, remove a line 2016-12-14 10:25:11 +02:00
erndob
67fbcaf736 fix, follow style guide 2016-12-14 10:15:09 +02:00
erndob
b044b7ec48 fix, remove unexpected bracket 2016-12-14 10:04:42 +02:00
erndob
00f46fbbde fix #2936 2016-12-14 09:50:03 +02:00
Maciej Winnicki
007be3d53f Merge pull request #2922 from serverless/add-service-wide-metrics-support
Add service wide metrics support
2016-12-13 14:33:46 +01:00
Philipp Muens
443865f1c4 Remove utils file and move helper functions into class file 2016-12-13 14:22:57 +01:00
Philipp Muens
a8540b319f Refactor functions into reusable util functions 2016-12-13 13:19:45 +01:00
Eslam A. Hefnawy
08009c2945 handling strings 2016-12-13 18:08:05 +07:00
Eslam A. Hefnawy
142946e295 fixed bug where you can now invoke without any input data 2016-12-13 17:52:03 +07:00
Philipp Muens
5e9116d9cb Add service wide metrics support 2016-12-13 08:24:25 +01:00
Philipp Muens
95ddfacdfa Update event definition to be object only 2016-12-13 08:04:58 +01:00
Philipp Muens
e707cccff5 Rename alexa to alexaSkill 2016-12-13 08:04:58 +01:00
Philipp Muens
b5ddec70e2 Add alexa event source
Based on the great PR and plugin by @rajington 🙌
2016-12-13 08:04:58 +01:00
Philipp Muens
ed1a6748af Merge branch 'master' into issue-2832 2016-12-12 07:09:16 +01:00
Eetu Tuomala
0ff67612b5 fix aws metrics plugin lint issues 2016-12-11 09:52:18 +02:00
horike37
fdb5407b5e Add CloudWatchEvent rule name and description fields 2016-12-10 13:29:18 +09:00
Andrey Pavlov
fba8232931 #2901 fixed 2016-12-09 12:14:58 +03:00
Philipp Muens
818c82410d Merge pull request #2814 from PetrKohut/fixed-event-source-mapping-with-custom-role
fix bug in event source mapping with custom IAM role
2016-12-09 08:53:25 +01:00
Maciej Winnicki
ab6d5c4a75 Merge pull request #2894 from serverless/add-stdin
add support for stdin in invoke command
2016-12-08 11:39:28 +01:00
Maciej Winnicki
b78f7ac254
remove duplicated tests 2016-12-08 11:23:18 +01:00
Maciej Winnicki
5a978afa92
add support for stdin in invoke command 2016-12-08 10:48:53 +01:00
Philipp Muens
197e9898d9 Fix credentials setup bug 2016-12-08 10:19:45 +01:00
Philipp Muens
cb9f8187e1 Merge pull request #2808 from evilantnie/master
adding replaceAll to turn any escaped single quotes back to regular s…
2016-12-08 08:33:49 +01:00
Philipp Muens
e611e4b8ed Fix linting error 2016-12-08 08:29:49 +01:00
Anthony Mendonca
fd4c6e9ebb Missing escapes for backslashes required in VTL template 2016-12-07 15:57:51 -08:00
Maciej Winnicki
f58f133569 Merge pull request #2865 from serverless/invoke-local-env-var
added default lambda env vars to local invoke
2016-12-07 16:54:12 +01:00
Eslam A. Hefnawy
a4be376aa0 updates invoke local test 2016-12-07 18:52:05 +07:00
Maciej Winnicki
570d23d966 Merge pull request #2799 from dougmoscrop/fix_proxy_parameters
remove request and response config when using proxy integration
2016-12-07 11:19:47 +01:00
Philipp Muens
1f2fd1b438 Update warning message 2016-12-07 11:05:08 +01:00
Nik Graf
1b5f25a31d consitent code style in display 2016-12-07 11:03:36 +01:00
Eslam A. Hefnawy
343439f157 removed double default region setting 2016-12-07 16:55:19 +07:00
Nik Graf
5ddadedbe4 fix tests 2016-12-07 10:53:31 +01:00