Florian Motlik
f17d272021
Fix integration tests mkdir
2016-10-11 14:07:28 +02:00
Florian Motlik
67e188e8ce
Fix travis.yml and move integration test in separate step
2016-10-11 13:52:18 +02:00
Eslam A. Hefnawy
ffd85c6f06
mocking creds for getCredentials tests
2016-10-11 18:00:37 +07:00
Florian Motlik
98117e813c
Merge pull request #2306 from serverless/eahefnawy-patch-1
...
fix indentation in example provider resource
2016-10-11 12:51:12 +02:00
Florian Motlik
3b0362b6d4
Merge pull request #2296 from serverless/add-in-depth-docs-for-tracking
...
Add in-depth docs for tracking
2016-10-11 12:29:45 +02:00
Florian Motlik
0b8f368080
Fix typo
2016-10-11 12:29:08 +02:00
Florian Motlik
472ab3db24
Merge pull request #2297 from erikerikson/fix-final-rebuild-credential-handling-comments
...
Review Followup
2016-10-11 12:22:04 +02:00
Eslam λ Hefnawy
eb380374bc
fix indentation in example provider resource
2016-10-11 15:23:24 +07:00
davidwells
c3e31ca449
add cron example
2016-10-11 00:46:56 -07:00
Philipp Muens
3aa2c7aa62
Fix wrong statusCode in API Gateway README
2016-10-10 17:00:44 -07:00
Erik Erikson
c459961b0b
Review Followup
...
`vars` => `custom`
remote "Et Cetera" and empty line
2016-10-10 15:58:41 -07:00
Philipp Muens
bb46831284
Add in-depth docs for tracking
2016-10-10 15:32:58 -07:00
Erik Erikson
d175e1ad43
Clarify Quick Setup Docs
...
Add quick profile use command and redirect to continue the guided first-use process
2016-10-10 15:15:40 -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
Niroshan Ranapathi
2e2a8497da
Update read me for add serverless v1 project
2016-10-10 19:23:33 +05:30
Sander van de Graaf
b1b5fae554
make eslint happy
2016-10-10 14:51:40 +02:00
Florian Motlik
d664cad419
Merge pull request #2290 from serverless/pr-2156
...
Merging #2156
2016-10-10 10:51:54 +02:00
Florian Motlik
a2d780e869
Merge pull request #2288 from serverless/add-tests-for-tracking
...
Add tests for tracking functionality
2016-10-10 10:41:24 +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
Sander van de Graaf
6db798031e
added lambda integration notion
2016-10-10 09:48:13 +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
1b1ce334e7
added documentation describing how to use the path variables
2016-10-10 09:20:58 +02:00
Philipp Muens
b363e51fa5
Add tests for tracking functionality
2016-10-09 17:05:52 -07:00
Philipp Muens
8f3bde8431
Merge pull request #2286 from horike37/issue-1604-v2
...
Add newline on error message
2016-10-09 16:09:55 -07:00
Philipp Muens
300fb42975
Merge pull request #2287 from takahashim/fix-links-in-docs
...
fix broken links in Guide
2016-10-09 16:06:54 -07:00
takahashim
b6225735a9
fix broken links in Guide
2016-10-09 16:57:15 +09:00
horike37
264cbff6c2
Add newline on error message
2016-10-09 13:20:08 +09: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
8de09560b2
Merge pull request #2276 from craftship/craftship-consultancy
...
Add Craftship Consultancy
2016-10-07 09:46:40 -07:00
Jon Sharratt
18d6716b5c
add craftship to consultancy list
2016-10-07 17:31:57 +01: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
2c5e0c94e5
Update resource name references docs
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
Florian Motlik
fb4d27d4b4
Merge pull request #2274 from mallzee/cors-lambda-proxy-docs
...
docs(CORS): Reminder to set CORS headers in code when using lambda-proxy
2016-10-07 16:20:10 +02:00
Jamie Sutherland
32c4fb2df3
docs(CORS): Reminder to set CORS headers in code when using lambda-proxy integration
2016-10-07 15:06:49 +01:00
Florian Motlik
320eb5b6b6
Merge pull request #2273 from ashleybrown415/patch-1
...
Update 03-deploying-services.md
2016-10-07 14:26:56 +02:00
Ashley
4a173907a4
Update 03-deploying-services.md
...
These proposed changes aim to make the docs more user-friendly and direct.
2016-10-07 08:17:59 -04:00