Philipp Muens
f599977bb2
Fix serverless.yml indentations
2017-01-18 10:07:42 +01:00
Ryan Stelly
f0b762536c
fix casing of dotnet artifact
2017-01-17 17:16:38 -06:00
Vlad Golubev
0420a9c55b
Add test: should create a service in the directory if using the "path" option with digits
2017-01-06 16:35:10 +02:00
Vlad Golubev
f678e45b02
Add support of numeric template creation path, fix #3063
2017-01-06 16:35:10 +02:00
Eslam λ Hefnawy
c8439dc95f
Merge pull request #3048 from serverless/create-error-on-overwrite
...
Create error on overwrite
2017-01-03 19:38:50 +07:00
Philipp Muens
3e6ee85a96
Fix failing tests
2017-01-03 12:50:27 +01:00
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
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
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
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
4c24b25876
Add check for preexistent service directory
2016-12-23 11:02:09 +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
Philipp Muens
737b495bd3
Update code so that iot events are enabled by default
2016-12-16 11:16:18 +01: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
Nik Graf
9292b37e48
update the docs
2016-12-14 13:49:31 +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
Jim Pelletier
7f46bbfa88
add unit test for create csharp
2016-12-06 20:38:14 +11:00
Jim Pelletier
c58ccd5b8b
fix naming, changed from aws-dotnet-csharp to aws-csharp
2016-12-06 20:37:58 +11:00
Jim Pelletier
c9d2fafbbc
add a dotnet core csharp template
2016-12-06 20:37:30 +11:00
Philipp Muens
2dbfa37449
Cleanup after event.json removal
2016-11-24 20:08:04 +01:00
Maciej Winnicki
357ff616ab
remove event.json files from template. Closes #2786
2016-11-24 18:43:41 +01:00
Philipp Muens
8aad2372eb
Refactor test structure
...
So that all tests follow the *.test.js pattern and globs are used to find test files.
2016-11-22 12:49:26 +01:00
Philipp Muens
ba56dc504e
Add environment variable config to templates
2016-11-21 17:53:43 +01:00
Florian Motlik
4e39b32ada
Merge pull request #2681 from serverless/rework-include-exclude
...
Bring back include configuration for an easier packaging control
2016-11-16 16:18:44 +01:00
Nik Graf
386d9d6718
replace ellipsis with three dots to improve non-unicode console support
2016-11-15 14:00:27 +01:00
Nik Graf
41f5e1924c
cleanup templates as discussed with @pmuens
2016-11-15 13:14:42 +01:00
Philipp Muens
f816879baf
Add include and exclude examples for directories in templates
2016-11-14 10:26:44 +01:00
Philipp Muens
74a3f004d7
Bring back include configuration for an easier packaging control
2016-11-14 10:26:44 +01:00
Greg Burch
4b2aa408f0
Fix for users being misinformed of success when create fails do to permission issues
2016-11-04 14:57:15 -07:00
Philipp Muens
0cab49c360
Update serverless.yml files
2016-11-03 10:39:45 +01:00
Huang YunKun
54a954dbe8
update aws-lambda-java-events to 1.3.0
2016-11-02 21:35:33 +08:00
Eslam A. Hefnawy
10eec85161
added local-plugins integration test
2016-11-01 21:06:55 +07:00
Eslam A. Hefnawy
0f03b0c04e
fixed create plugin template
2016-11-01 21:06:55 +07:00
Andrew McClenaghan
45d84e3fe0
Make existing template more friendly and add test
2016-11-01 21:06:55 +07:00
Andrew McClenaghan
9a1e9e10c3
Initial template for plugin
2016-11-01 21:06:55 +07:00
Florian Motlik
1de333aaed
Rework Version pinning docs and add to templates
2016-11-01 12:13:37 +01:00
Alex Eftimie
9d715297aa
Minor typo: no need for a semicolon
2016-10-21 13:31:09 +02:00
Nik Graf
9611150416
replace ... with ellipsis character in lib
2016-10-19 06:31:55 +02:00
Florian Motlik
ef59656d25
Merge pull request #2430 from tobyhede/fix/2428-remove-log-on-name
...
Don’t show log message if service name exists
2016-10-18 11:40:19 +02:00
Toby Hede
16185f7c09
Don’t show log message if service name exists
2016-10-18 20:35:22 +11:00
Huang YunKun
e714083547
Add support for gradle wrapper
2016-10-17 16:21:27 +02:00