4240 Commits

Author SHA1 Message Date
Philipp Muens
c34775461c Split logStat into two functions and wrap it into Promise 2016-10-12 18:25:55 -07:00
Philipp Muens
7e52e764b4 Move status message for stats plugin out of if check 2016-10-12 18:25:55 -07:00
Philipp Muens
52318d4c3c Refactor so that only one stats file is used 2016-10-12 18:25:55 -07:00
Philipp Muens
b443b2cf9d Add SlStats functionality 2016-10-12 18:25:55 -07:00
Florian Motlik
11fbfc77d9 Merge pull request #2322 from serverless/remove-outdated-readme-md-files
Closes #2292 - Remove outdated README.md files
2016-10-12 15:23:08 +02:00
Maciej Winnicki
5406b63134
fix typo 2016-10-12 08:47:02 +02:00
Maciej Winnicki
fb0887f759
standardize commands decription 2016-10-12 08:44:29 +02:00
Philipp Muens
a7a04eb6f6 Closes #2292 - Remove outdated README.md files 2016-10-11 20:21:27 -07:00
Philipp Muens
05ec3e8092 Update handler files for better onboarding 2016-10-11 20:21:13 -07:00
Philipp Muens
baa9f6da95 Revert tracking information 2016-10-11 20:13:35 -07:00
Philipp Muens
27abe33296 Print note about tracking 2016-10-11 15:36:48 +02: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
Eslam A. Hefnawy
ffd85c6f06 mocking creds for getCredentials tests 2016-10-11 18:00:37 +07:00
Philipp Muens
e2b7fc7973 Stub AWS SDK for getCredentials() tests 2016-10-10 14:16:19 -07: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
Florian Motlik
86c2477065 Merge pull request #2229 from erikerikson/rebuild-credentials
Rebuild Credential Handling
2016-10-10 18:30:39 +02:00
Sander van de Graaf
b1b5fae554
make eslint happy 2016-10-10 14:51:40 +02:00
Andrew McClenaghan
8206e0e056 Add usage for command when missing options 2016-10-10 10:34:59 +02:00
Sander van de Graaf
52c92d8e3c
fixed test for request parameters 2016-10-10 10:18:21 +02:00
Eslam λ Hefnawy
2699cd8cbf Merge pull request #2271 from marcuswhybrow/patch-3
Correctly Escape Form URL Encoded Values
2016-10-10 14:43:43 +07:00
Sander van de Graaf
4ac6c330fb
fixed rebase with master 2016-10-10 09:28:38 +02:00
Sander van de Graaf
ee5a5019ab
removed misleading comment 2016-10-10 09:09:50 +02:00
Sander van de Graaf
68460d571d
added verbose option to info plugin description 2016-10-10 09:09:04 +02:00
Sander van de Graaf
37dfdb456d
Merge branch 'master' into feature/verbose-info-stack-output 2016-10-10 09:08:44 +02:00
horike37
264cbff6c2 Add newline on error message 2016-10-09 13:20:08 +09:00
Erik Erikson
77ab041b24 Use options for Stage & Region 2016-10-07 16:19:28 -07:00
Florian Motlik
5e61aa53c0 Merge pull request #2250 from serverless/add-aws-compile-stream-events-plugin
Add AwsCompileStreamEvents plugin
2016-10-07 19:34:28 +02:00
Philipp Muens
b02f16892e Merge pull request #2161 from serverless/install-command
Install command
2016-10-07 10:06:08 -07:00
Philipp Muens
b6f60b6155 Add stream example to all serverless.yml files 2016-10-07 08:59:36 -07:00
Philipp Muens
25b5d2af91 Update stream docs to be more explicit 2016-10-07 08:56:49 -07:00
Philipp Muens
af8688dfb2 Fix typo (batchSize) in docs 2016-10-07 08:43:39 -07:00
Philipp Muens
aaa1ef6fdc Remove non-alphanumeric characters in resource logical ids 2016-10-07 08:43:39 -07:00
Philipp Muens
d8859bf157 Update code so that the stream event source is service independent
This way both, DynamoDB and Kinesis streams can be used with the help of the
"stream" event rather than two different event types ("dynamodb" and "kinesis").
2016-10-07 08:43:39 -07:00
Philipp Muens
802517b5da Update resource logical id naming 2016-10-07 08:43:39 -07:00
Philipp Muens
239d9b31ad Add enable / disable support 2016-10-07 08:43:39 -07:00
Philipp Muens
c403a6de0d Add DependsOn "IamPolicyLambdaExecution" definition 2016-10-07 08:43:39 -07:00
Philipp Muens
f56a0a2c7b Update resource logical id so that it includes the table name 2016-10-07 08:43:39 -07:00
Philipp Muens
4ade196d9f Add AwsCompileDynamoDbEvents plugin 2016-10-07 08:43:39 -07:00
Marcus Whybrow
9e89979ec4 escape body keys and values in default template
Fixes #2270
2016-10-07 01:48:00 +01:00
Erik Erikson
05b3d512d4 Add CAPABILITY_NAMED_IAM to Update too 2016-10-06 13:35:59 -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
Erik Erikson
09ab82131b Break Apart Rights, Be Specific
Break the CreateLogStream and PutLogEvents rights apart from one another.  Each of them requires a different resource reference since they reference the LogGroup and LogGroup's LogStream respectively (i.e. you are creating the resource in the first that the second is putting log events into).
2016-10-06 12:30:47 -07:00
Erik Erikson
3b4a5adbb5 Merge branch 'master' into reduce-scope-of-rights-of-default-iamlambdarole 2016-10-06 09:37:10 -07:00
Erik Erikson
a81e36bf6e Add 'CAPABILITY_NAMED_IAM'
To the "createStack" call.  This allows for custom named IAM resources to be created within the stack that is sent.  I'm not sure that it won't create issues in some user's cases where they have very locked down rights.
2016-10-06 00:46:51 -07:00
Philipp Muens
60aff96d3a Update aws-python handler file 2016-10-05 14:58:38 -07:00