291 Commits

Author SHA1 Message Date
Eslam A. Hefnawy
fef9b68e5a refactored naming-js method naming 2016-11-10 19:05:02 +07:00
Eslam A. Hefnawy
1a02e15d9b updated tests using name-js 2016-11-10 15:14:33 +07:00
Eslam A. Hefnawy
61efd35850 added logical id names in naming-js file 2016-11-09 19:31:08 +07:00
Eslam λ Hefnawy
d6a4eed879 Merge pull request #2567 from kbariotis/add-input-inputpath-support
add input, inputPath variable, resolves #2543
2016-11-08 22:43:18 +07:00
Philipp Muens
f7b54cfb5f Move method.js file into method directory 2016-11-08 14:27:43 +01:00
Philipp Muens
e981d41488 Refactor method used for capitalization of strings 2016-11-08 14:04:52 +01:00
Doug Moscrop
8ba2f19a3a refactor apiGateway resources and methods 2016-11-08 14:04:52 +01:00
Philipp Muens
33c05f53a2 Add tests for stream events to not error out when default policy is not present 2016-11-08 08:16:03 +01:00
Luciano Mammino
856189fa94 Using single quotes on empty strings 2016-11-07 23:36:47 +00:00
Philipp Muens
062783156c Merge branch 'master' into add-custom-per-function-roles 2016-11-07 15:29:57 +01:00
Philipp Muens
e76706fb6e Check if default policy is available when merging PolicyDocument statements for streams 2016-11-07 15:29:47 +01:00
Kostas Bariotis
da9b3459c6 add conditions inside string templates for templates 2016-11-06 18:36:42 +02:00
horike37
c13c97b691 fix conflict and test separete 2016-11-05 15:38:04 +09:00
Kostas Bariotis
c5844f642d change error description 2016-11-03 12:25:22 +02:00
Philipp Muens
305670f012 Merge branch 'master' into add-custom-per-function-roles 2016-11-03 09:52:36 +01:00
horike37
cf441a4dbc fixed the bug resultTtlInSeconds defaults to 300 when set to 0 2016-11-02 08:47:56 +09:00
Philipp Muens
c2c67b9d05 Fix failing tests 2016-11-01 15:00:16 +01:00
Philipp Muens
6188569238 Minor code style updates 2016-11-01 14:53:52 +01:00
Philipp Muens
fddc4db04f Merge branch 'master' into add-custom-per-function-roles 2016-11-01 14:43:21 +01:00
Kostas Bariotis
31383d96aa throw an error when both Input and InputPath varialbes are set 2016-11-01 14:22:36 +02:00
Doug Moscrop
ab4e5d464a refactor apiGateway authorizers and permissions 2016-10-31 12:04:05 -04:00
Kostas Bariotis
e3750e6400 support for nested Input objects 2016-10-30 11:08:03 +02:00
Kostas Bariotis
60b4fd5c27 pass linter 2016-10-28 19:07:54 +03:00
Kostas Bariotis
46b122edc2 add input, inputPath variable, resolves #2543 2016-10-28 18:41:38 +03:00
Eslam λ Hefnawy
ee35b09cf7 Merge pull request #2507 from LightmakerCanada/fix-for-2474
fix AWS event stream deploy fails if name contains underscore
2016-10-26 20:35:16 +07:00
Philipp Muens
91fc7c97e6 Merge pull request #2521 from serverless/prettify-aws-compile-functions-error-messages
Prettify AwsCompileFunctions error messages
2016-10-24 15:53:29 +02:00
Philipp Muens
691eab5da6 Prettify AwsCompileFunctions error messages 2016-10-24 13:32:27 +02:00
Eslam A. Hefnawy
5379008ad8 fixed conflicts 2016-10-24 16:27:09 +07:00
Doug Moscrop
453b878caa refactor apiGateway deployment 2016-10-22 13:16:52 -04:00
Doug Moscrop
12cd6000de refactor apiKeys and restApi 2016-10-21 19:50:31 -04:00
Adam Biggs
c64a3b3bbb fix AWS event stream deploy fails if name contains underscore #2474 2016-10-21 11:37:27 -07:00
Doug Moscrop
ddc50e1954 refactor apiGateway index and validate 2016-10-20 19:34:23 -04:00
Philipp Muens
81617dc46a Merge pull request #2425 from mankins/master
add ability for functions to override runtime to have multi-language …
2016-10-20 07:41:15 +02:00
Nik Graf
360bfb814a Merge branch 'master' into ellipsis 2016-10-19 10:35:34 +02:00
Philipp Muens
c273abec68 Move AwsProvider plugin into aws directory 2016-10-19 08:32:06 +02:00
Philipp Muens
c7b7472a48 Update provider properties in plugins 2016-10-19 08:32:06 +02:00
Nik Graf
9611150416 replace ... with ellipsis character in lib 2016-10-19 06:31:55 +02:00
Matt Mankins
c874cc86df [TEST] add tests for function override runtime PR#2425 2016-10-18 15:01:24 -04:00
Matt Mankins
c03e2a87dd add ability for functions to override runtime to have multi-language services 2016-10-17 18:46:12 -04:00
Erik Erikson
8dbbb596fe Merge branch 'master' into add-per-function-custom-roles
# Conflicts:
#	docs/02-providers/aws/02-iam.md
2016-10-17 10:43:07 -07:00
Florian Motlik
f517b389f4 Merge pull request #2014 from mallzee/custom-codes-support
Custom status codes support
2016-10-14 12:25:41 +02:00
Philipp Muens
a7a04eb6f6 Closes #2292 - Remove outdated README.md files 2016-10-11 20:21:27 -07:00
Jamie Sutherland
3f96c0d770 refactor(methods): Request parameters 2016-10-11 13:48:24 +01:00
Jamie Sutherland
d3c5d37230 feat(methods): Add multiple response templates per content type 2016-10-11 13:05:12 +01:00
Jamie Sutherland
27bbbb912b fix(methods): Add default 200 code if one is not supplied 2016-10-11 13:05:12 +01:00
Jamie Sutherland
5c0050d1a0 fix(methods): CORS preflight retains origin and headers per path
closes #2024 #1960
2016-10-11 13:05:12 +01:00
Jamie Sutherland
87a0bd3b7e feat(methods): Add custom codes support 2016-10-11 13:05:12 +01:00
Philipp Muens
26b1ac9578 Merge pull request #2056 from svdgraaf/feature/method-parameters
Add parameters to http event
2016-10-10 11:06:04 -07:00
Sander van de Graaf
b1b5fae554
make eslint happy 2016-10-10 14:51:40 +02:00
Sander van de Graaf
52c92d8e3c
fixed test for request parameters 2016-10-10 10:18:21 +02:00