4374 Commits

Author SHA1 Message Date
Florian Motlik
dd0ef99577 Merge pull request #2268 from serverless/update-handler-files
Update handler files
2016-10-07 11:29:05 +02:00
Marcus Whybrow
9e89979ec4 escape body keys and values in default template
Fixes #2270
2016-10-07 01:48:00 +01:00
Philipp Muens
35f163dfd8 Update documentation for http event usage 2016-10-06 13:33:20 -07:00
Philipp Muens
3cc2fb7f30 Update serverless.yml files with a note about necessary handler changes 2016-10-06 13:18:10 -07:00
Philipp Muens
0991e4748a Update handler files for Node.js and Python 2016-10-06 13:11:07 -07:00
Philipp Muens
60aff96d3a Update aws-python handler file 2016-10-05 14:58:38 -07:00
Philipp Muens
7e2058e68e Update aws-nodejs handler file 2016-10-05 14:57:53 -07:00
Philipp Muens
88cf6bd9ca Remove yet unsupported code 2016-10-05 12:53:14 -07:00
Philipp Muens
f8ce285cf3 Add tests for download functionality 2016-10-05 12:53:14 -07:00
Philipp Muens
ce32e01e8d Add tests 2016-10-05 12:53:14 -07:00
Philipp Muens
5f48d56f7d Add and update documentation 2016-10-05 12:53:14 -07:00
Philipp Muens
29152addb7 Run npm shrinkwrap 2016-10-05 12:53:14 -07:00
Philipp Muens
415e80be4e Rebase / refactor current implementation 2016-10-05 12:53:14 -07:00
ac360
dbf39525e7 fix linting error 2016-10-05 12:53:14 -07:00
ac360
e50d2fe475 fix linting errors 2016-10-05 12:53:14 -07:00
ac360
4f95d44059 run npm shrinkwrap 2016-10-05 12:53:14 -07:00
ac360
1d930bbfa5 add test in all.js 2016-10-05 12:53:14 -07:00
ac360
1b99ea77ad add tests 2016-10-05 12:53:14 -07:00
ac360
0986b7efa0 add install command 2016-10-05 12:53:14 -07:00
Florian Motlik
242ad7bab4 Merge pull request #2185 from serverless/add-lambda-proxy-functionality-for-api-gateway
Add Lambda proxy functionality for API Gateway
2016-10-05 15:58:56 +02:00
Erik Erikson
f03a51cddb Merge branch 'master' into rebuild-credentials
# Conflicts:
#	docs/02-providers/aws/01-setup.md
2016-10-04 15:34:54 -07:00
Erik Erikson
9a78d181ad Merge Changes 2016-10-04 15:31:30 -07:00
Erik Erikson
97b22e6ee3 Merge branch 'master' into rebuild-credentials
# Conflicts:
#	lib/plugins/aws/tests/index.js
2016-10-04 15:26:57 -07:00
Philipp Muens
8ba191a5d7 Update misleading comment 2016-10-04 13:53:02 -07:00
Philipp Muens
0e9ad41250 Remove resetting of request / response config and show a warning message instead 2016-10-04 13:53:02 -07:00
Philipp Muens
96537755b3 Update integrationResponses to be an array 2016-10-04 13:53:02 -07:00
Philipp Muens
2c9c6d2a31 Add documentation for the different integration types 2016-10-04 13:53:02 -07:00
Philipp Muens
2ebfd90893 Fix linting errors 2016-10-04 13:53:02 -07:00
Philipp Muens
0ea8ab732c Make tests for config clearing when using AWS_PROXY more explicit 2016-10-04 13:53:02 -07:00
Philipp Muens
090aa52bf1 Reset / remove irrelevant configuration when AWS_PROXY is used 2016-10-04 13:53:02 -07:00
Philipp Muens
3b1eec6155 Add Lambda proxy functionality for API Gateway 2016-10-04 13:53:02 -07:00
Philipp Muens
3192f0b58c Merge pull request #2260 from dougmoscrop/fix_pluginmanager_tests
fix PluginManager tests were not returning promises
2016-10-04 11:01:59 -07:00
Philipp Muens
8059b0b35c Merge pull request #2258 from bakotaco/patch-1
fix link to variables page
2016-10-04 10:56:05 -07:00
Doug Moscrop
234daa84a6 fix PluginManager tests were not returning promises 2016-10-04 13:39:53 -04:00
Bas Kok
4dbe45d8f0 fix link to variables page 2016-10-04 13:51:02 +02:00
Philipp Muens
d5d726d18f Merge pull request #2122 from horike37/issue-2109
add Node version and Serverless version in CLI errors
2016-10-03 18:08:00 -07:00
horike37
26b2dd7119 fixed typo 2016-10-04 09:03:29 +09:00
Austen
b07e908448 add serverless authentication boilerplate to readme 2016-10-03 16:34:08 -07:00
Philipp Muens
afe21d3fa2 Merge pull request #2255 from mjzone/master
Added serverless-react-boilerplate project & serverless-dynamodb-local plugin to readme
2016-10-03 15:48:48 -07:00
Philipp Muens
3507999198 Merge pull request #2133 from dougmoscrop/multi_commands
refactor PluginManager and CLI to better support command nesting, cleanup
2016-10-03 15:44:09 -07:00
Philipp Muens
9ebf296762 Merge pull request #2194 from craftship/globs-exclude
Use Globs to Exclude Files
2016-10-03 15:09:46 -07:00
Manoj Fernando
ed62d45f88 Added serverless-dynamodb-local under Plugins (V1.0) 2016-10-04 03:08:44 +05:30
Manoj Fernando
e800b089f3 Added serverless-react-boilerplate under Service & Projects (v1.0)
serverless-react-boilerplate focuses on offline development with Lambda, API Gateway and Dynamodb. The boilerplate consists of CRUD operations for a To-do application and a simple react web client that utilizes the api.
2016-10-04 01:19:47 +05:30
Eslam λ Hefnawy
7cef2e3895 Merge pull request #2245 from serverless/fix-promise-chain-in-deploy-function-plugin
Fix Promise chain in deployFunction plugin
2016-10-04 00:04:16 +07:00
Eslam λ Hefnawy
34ff43373c Merge pull request #2189 from VivintSolar/deploy
Add a bucket to the provider for deployments.
2016-10-03 23:32:12 +07:00
David Tanner
4d34dfde44 Merge with master.
There was a merge issue with createStack
2016-10-03 09:11:15 -06:00
Eslam λ Hefnawy
ec3182985f Merge pull request #2068 from medhoover/s3_event_rules
S3 event rules
2016-10-03 18:01:49 +07:00
horike37
adcac0a697 Add OS info 2016-10-02 11:51:26 +09:00
Jon Sharratt
c32856abf7 reword yaml to yml in package README 2016-10-01 11:11:36 +01:00
Jon Sharratt
d7f9b16211 remove package include from classes 2016-10-01 11:11:36 +01:00