Nik Graf
dc2d350ff5
Merge pull request #2954 from horike37/add-awsiot-to-event-source
...
Add IoT event source
2017-01-02 16:12:30 +01:00
Philipp Muens
ad58b4326f
Merge pull request #2906 from tgjorgoski/fix-deployment-with-nested-stack
...
fix deployment monitoring
2017-01-02 14:05:07 +01:00
Eslam λ Hefnawy
840619febd
Merge pull request #2820 from erikerikson/credentials-fixes
...
Credential Fixes Roundup
2017-01-02 19:52:37 +07:00
Eslam λ Hefnawy
99f90730c0
Merge pull request #2616 from laardee/install-with-name
...
Enables service installation with a name
2017-01-02 19:45:22 +07:00
Maciej Winnicki
30368bdf14
Merge pull request #2971 from bbilger/master
...
update aws-java-gradle and aws-java-maven templates
2017-01-02 13:05:58 +01:00
Philipp Muens
0057164a80
Merge branch 'master' into create-error-on-overwrite
2017-01-02 12:53:33 +01:00
Kurt Lee
50e9c5fb7d
add features on AWSInvokeLocal Plugin.
...
1. Added support js file that has export as an data input
2. You can specify the location of handlers, such as “/dst”
3. Show JSON.parse result if Content-Type = ‘application/json’
2017-01-01 17:58:56 +09:00
Maciej Winnicki
a20cfbed15
Merge pull request #3019 from FLGMwt/csharp-powershell-build-script
...
add build.ps1 and update tests&docs
2016-12-28 14:08:47 +01:00
Ryan Stelly
bef9e97cd9
rename Release to release
2016-12-28 06:57:16 -06:00
Maciej Winnicki
8403d83def
Merge pull request #3014 from serverless/add-check-for-preexistent-service-directory
...
Add check for preexistent service directory
2016-12-28 11:35:29 +01:00
Maciej Winnicki
88e16c342d
Merge pull request #3016 from serverless/add-npm-scripts-for-slstats
...
Add npm scripts for slStats
2016-12-28 11:04:52 +01:00
Paul Fryer
49e804fe8e
Need to create the right case
...
The "release" folder needs to be lowercase, not "Release".
2016-12-26 17:14:28 -08:00
Ryan Stelly
d2eb4c62cb
add uild.ps1 and update tests&docs
2016-12-23 12:03:20 -06:00
Philipp Muens
daa223a2fc
Add npm scripts for slStats
2016-12-23 14:51:56 +01:00
Philipp Muens
4c24b25876
Add check for preexistent service directory
2016-12-23 11:02:09 +01:00
Philipp Muens
092487ab10
Increase test coverage for CLI class
2016-12-22 14:57:34 +01:00
Philipp Muens
535214d28a
Increase test coverage for Serverless.js file
2016-12-22 14:57:34 +01:00
paulSambolin
2c5ef8e6b9
FIx lint errors
2016-12-21 14:38:17 -05:00
paulSambolin
122afad222
handle error
2016-12-20 15:38:28 -05:00
paulSambolin
38bd3dda8a
updated comment
2016-12-20 14:55:37 -05:00
paulSambolin
45f43ced5e
added comment
2016-12-20 14:42:36 -05:00
paulSambolin
71b532bb47
new attempt
2016-12-20 14:24:04 -05:00
paulSambolin
1b77e68e1b
added period to message
2016-12-20 13:56:20 -05:00
paulSambolin
8308e75b06
resolve(data)
2016-12-20 13:18:13 -05:00
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
paulSambolin
851e4479c5
Do no fail when a stack requires no updates
2016-12-20 11:35:50 -05:00
Philipp Muens
36f3584c5e
Merge master and resolve conflict
2016-12-20 15:01:16 +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
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