1384 Commits

Author SHA1 Message Date
jeffnoehren
9b53816716 Spotinst - reformatting docs to be more readable 2018-02-07 16:36:20 -08:00
Alex
e894983ad0 squashed commit 2018-02-06 17:13:08 -08:00
Alex Gaesser
5811752483
corrected format 2018-02-05 10:57:07 -08:00
Alex Gaesser
ba43d5a282
Update active-versions.md 2018-02-02 11:02:48 -08:00
Alex Gaesser
b53de29cd1
Update active-versions.md 2018-02-02 10:49:54 -08:00
Alex Gaesser
eea117660b
Update active-versions.md 2018-02-02 10:48:07 -08:00
Alex Gaesser
86963cdb17
Update active-versions.md 2018-02-02 10:45:05 -08:00
Alex Gaesser
e27c0d274c
refined and reduced 2018-02-02 10:38:28 -08:00
Alex Gaesser
4115c664b3
Update README.md 2018-02-02 10:33:37 -08:00
Alex
97d4171b66 added active versions, corrected broken links 2018-02-01 18:07:09 -08:00
Alex Gaesser
cfc52f91f5
Update README.md 2018-01-19 14:52:18 -08:00
Vlad Holubiev
90bda28568
docs: fix broken link again 2018-01-12 10:30:54 +02:00
Vlad Holubiev
ffe5f42baf fix: duplicated and broken markdown links to api gw 2018-01-10 17:59:36 +02:00
Alex Casalboni
a9b82e538c Added new no-aws-s3-accelerate argument to explicitly disable S3 Transfer Acceleration (updated doc too) 2018-01-07 17:29:54 +01:00
Takahiro Horike
13bda4bf1e
Merge pull request #4247 from hgiasac/sls-shared-api
WIP - Added support for using an existing ApiGateway and Resources
2018-01-06 15:42:00 +09:00
Takahiro Horike
c639e30b18
Merge pull request #4583 from jeffnoehren/master
Spotinst - adding Java8 template and updating docs
2018-01-05 03:05:56 +09:00
Takahiro Horike
92c16ab051
Merge pull request #4576 from ChristopheBougere/master
Added a `--template-path` option to `serverless create`
2018-01-05 02:45:45 +09:00
Christophe Bougère
86e13bb14c updating doc for other providers 2018-01-04 11:42:25 +01:00
Jeffrey Noehren
070079197e
Merge pull request #10 from serverless/master
update branch
2018-01-02 15:54:15 -08:00
jeffnoehren
7f70312aa4 Spotinst - adding docs for Document Store SDK 2018-01-02 15:36:03 -08:00
Takahiro Horike
890c042fbd Add logRetentionInDays property to provider level (#4591)
* add logRetentionInDays property

* update test and improve code

* minor tweak

* add logRetentionInDays property

update test and improve code

minor tweak
2017-12-25 13:47:00 +01:00
jeffnoehren
70ecf93612 Spotinst - docs update 2017-12-21 18:12:41 -08:00
jeffnoehren
edf6501b2b Spotinst - editing docs 2017-12-21 18:11:51 -08:00
jeffnoehren
189cddc4b0 Spotinst - Adding docs for new Endpoint Feature 2017-12-21 18:06:28 -08:00
jeffnoehren
3158c4ca3e Spotinst - docs change 2017-12-21 10:53:10 -08:00
Jeffrey Noehren
dae7b4ba57
Merge pull request #9 from serverless/master
updating personal branch
2017-12-21 10:47:25 -08:00
jeffnoehren
9def00bfa5 Spotinst - adding stage variable to templates and docs 2017-12-21 10:46:14 -08:00
Pavel Vlasov
bca4da55b3 add support for serverless.js 2017-12-19 20:14:39 +11:00
Toan Nguyen
c279795709
Merge branch 'master' into sls-shared-api 2017-12-17 22:50:59 +07:00
jeffnoehren
11f15517fd Spotinst - adding docs for Java8 template 2017-12-15 14:07:58 -08:00
Takahiro Horike
95f678955f
Merge pull request #4575 from direvus/patch-1
Fix Artifact example in AWS Packaging guide doc
2017-12-15 18:22:30 +09:00
Brendan Jurd
7e8ed172a4
Grammar fix in AWS VPC documentation
Fix lose/loose error.
2017-12-15 16:08:50 +11:00
Brendan Jurd
6904a9afa4
Fix typo in API Gateway doc 2017-12-15 13:33:54 +11:00
jeffnoehren
0af1705fdc Spotinst - updating document store docs 2017-12-14 16:54:34 -08:00
jeffnoehren
35507cb629 Spotinst - updating document store docs 2017-12-14 16:50:55 -08:00
jeffnoehren
564a66fd3a Spotinst - updating document store doc 2017-12-14 16:49:55 -08:00
jeffnoehren
3686b1f6dc Spotinst - updating document store docs 2017-12-14 16:45:59 -08:00
Christophe Bougère
61cbeb1645 - adding a --template-url option for sls create
- update `walkDirSync` to ignore symbolic links (now ignore node_modules linked via `npm link`)
2017-12-14 16:15:14 +01:00
Brendan Jurd
9023db03ae
Fix example in AWS Packaging guide doc
The example here contradicted the preceding paragraph, which explains that you should either use include/exclude, or artifact, but not both.  However the example then shows the use of include, exclude and artifact all together.

To resolve, I removed the include and exclude options from the example.
2017-12-14 15:02:02 +11:00
Takahiro Horike
b3b5cba3b9
Merge pull request #4574 from direvus/patch-2
Remove outdated para from AWS Credentials doc
2017-12-14 12:46:49 +09:00
Brendan Jurd
5d2a86ceed
Remove outdated para from AWS Credentials doc
The removed paragraph refers to providing credentials instructions for multiple different cloud providers, whereas this doc is for AWS credentials only.

It seems likely that this paragraph was written at a time when there was a single document to cover credentials for all providers, but now that each provider has its own credentials doc, it no longer makes sense, and was probably left in place by accident.
2017-12-14 14:16:13 +11:00
Brendan Jurd
0b7b2a3a04
Grammar in AWS Credentials doc 2017-12-14 14:06:19 +11:00
Takahiro Horike
c0967caf14
Merge branch 'master' into sls-shared-api 2017-12-12 13:15:44 +09:00
Takahiro Horike
12ec3df56f
Merge pull request #4531 from serverless/RegionalEndpoint
Add API Gateway endpoint configuration
2017-12-11 01:07:02 +09:00
jeffnoehren
4c15a5b2c7 Merge branch 'master' of github.com:jeffnoehren/serverless 2017-12-06 14:24:56 -08:00
jeffnoehren
517c543003 updating docs 2017-12-06 14:24:03 -08:00
liamgray
33d62a8a92
Mention log limit in the documentation
I initially thought this command would return *all* the logs within the date range. I can see why it doesn't do that, but I think mentioning the limit in the docs makes sense.

The number comes from [the AWS docs](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CloudWatchLogs.html#filterLogEvents-property)  about the function that's used for this command.
2017-12-06 13:10:35 -08:00
Alex DeBrie
e297a32860 Add docs on endpointType configuration 2017-12-06 18:39:48 +00:00
Frank Schmid
781c072ce8
Added hint to determine generated resource names easily 2017-12-05 10:57:35 +01:00
Sherif O
dab36c594a
Updated getting-started.md
Made changes to show how to update an older version of serverless to a new stable version.
2017-12-03 13:28:04 +01:00