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
Philipp Muens
111e7ff9ae
Refactor displaying of renaming on console
2016-12-20 10:49:27 +01:00
Philipp Muens
72103fa2be
Refactor and simplify tests
2016-12-20 10:15:49 +01:00
horike37
4dfd24ba12
Update hierarchical structure of iot events
2016-12-19 19:52:15 +09:00
Aysar Khalid
dd4ee9381e
added validation on sls create on file overwrite
2016-12-18 17:23:29 -08:00
bbilger
8277d68aa9
update aws-java-gradle and aws-java-maven templates
...
- update the Java templates to work with lambda proxy integration
out-of-the-box
- use "Map<String, Object>" as input type for greater flexibility
- update gradle wrapper from 3.1 to 3.2.1
- configure gradle and maven to use Java 1.8
- change the package from "hello" to "com.serverless" and adjust
serverless.yml accordingly
- configure logging (log4j)
- adjust tests
- git-ignore some Eclipse specific files
2016-12-18 21:59:49 +01:00
John Ferlito
565afd438e
Throw an error if cognito claims are used in lambda-proxy mode
2016-12-18 09:43:39 +11:00
John Ferlito
c92c33399e
Refactor the integrations templates to remove duplication
...
The two templates DEFAULT_JSON_REQUEST_TEMPLATE and
DEFAULT_FORM_URL_ENCODED_REQUEST_TEMPLATE contained a lot of duplicated
content.
2016-12-18 09:43:39 +11:00
John Ferlito
577ebfd350
Expose the cognito user pool claims
2016-12-18 09:43:39 +11:00
John Ferlito
64fa7c64b3
Add support for Cognito User Pools authorizer
2016-12-18 09:33:46 +11: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
Philipp Muens
737b495bd3
Update code so that iot events are enabled by default
2016-12-16 11:16:18 +01:00
erndob
0bcd23637b
add tests
2016-12-15 21:15:53 +02:00
horike37
ed7192e3c9
merged master and fixed conflict
2016-12-15 16:49:57 +09:00
horike37
4593528664
Add IoT event source
2016-12-15 16:18:50 +09:00
Adam Biggs
438054bda5
Update comment to better describe code changes
2016-12-14 16:17:26 -08:00
Adam Biggs
9497e98495
Fix linting errors
2016-12-14 16:15:12 -08:00
Adam Biggs
0b8970fe37
Generate a single policy statement to cover all stream events. Fixes #2508
2016-12-14 13:25:41 -08: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
9292b37e48
update the docs
2016-12-14 13:49:31 +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
Erik Erikson
4ed9711d6b
Merge branch 'master' into credentials-fixes
...
# Conflicts:
# package.json
2016-12-13 13:38:26 -08: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
Tanas Gjorgoski
7393bd129b
separate the nested stack tests
2016-12-13 11:58:19 +01: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
8ef52bfefd
Add event example to serverless.yml files
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
28295665ae
fix functionality to work with #2816
2016-12-11 14:33:15 +02:00