1348 Commits

Author SHA1 Message Date
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
Pavel Vlasov
bca4da55b3 add support for serverless.js 2017-12-19 20:14:39 +11: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
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
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
Rafal Wilinski
8a02d2a4a3
Merge pull request #4118 from geofflancaster/master
Updated awsProvider to allow manual specification of certificate auth…
2017-12-03 09:00:47 +01:00
Takahiro Horike
41baf4cbaf
Merge pull request #4433 from jswift/template/aws-kotlin-jvm-gradle
Template/aws kotlin jvm gradle
2017-12-02 19:20:12 +09:00
horike37
0e0c262692 update create.md 2017-12-02 19:11:51 +09:00
Rafal Wilinski
192f80ccf4
Merge pull request #4468 from ozbillwang/Pseudo-Parameters
Add usage about Pseudo-Parameters
2017-11-30 13:03:03 +01:00
jeffnoehren
f3c583d2a5 Spotinst - finalizing document store docs 2017-11-29 15:33:17 -08:00
jeffnoehren
8ff7f3f124 Spotinst - updating document store docs 2017-11-29 15:32:16 -08:00
jeffnoehren
0e68be1363 Merge branch 'master' of github.com:jeffnoehren/serverless 2017-11-29 15:23:34 -08:00
jeffnoehren
ba43b07a9f Testing to see how the docs look 2017-11-29 15:22:21 -08:00
Jeffrey Noehren
c199cf156e
Merge pull request #6 from serverless/master
Updating fork for merge
2017-11-27 12:11:00 -08:00
jeffnoehren
b647ed7d35 Spotinst - updating quickstart for ease of use 2017-11-27 12:08:01 -08:00
jeffnoehren
c8b9f9a3b9 Updating Quickstart 2017-11-27 11:48:57 -08:00
Ivan Schwarz
8708d196dd
Fix account id parameter 2017-11-23 11:45:57 +01:00
Takahiro Horike
8a42b3ded3
Merge pull request #4487 from saxicek/patch-4119
document status codes in lambda-proxy integration
2017-11-21 19:02:30 +09:00
sax
68d732ad80 document status codes in lambda-proxy integration 2017-11-21 09:22:04 +01:00
jeffnoehren
49dd448927 minor change 2017-11-20 17:17:29 -08:00
jeffnoehren
69805387ca Spotinst - updating the logs documentation to reflect new update 2017-11-20 17:15:14 -08:00
dbachko
66a12d2ffe Updates README for openwhisk 2017-11-15 16:31:00 -05:00
Alex DeBrie
8c8596e3e3 Add tutorial links in AWS quickstart 2017-11-13 17:58:12 +00:00
Alex DeBrie
08278b8c8f Update link text 2017-11-13 17:32:38 +00:00
Alex DeBrie
3a52951aca Add API GW tutorials 2017-11-13 16:46:36 +00:00
Bill Wang
ed8afaf297 use yml style 2017-11-13 12:48:54 +11:00
Bill Wang
db48b29d8a Add usage on how to use Cloudformation stack's Ouputs export value 2017-11-13 12:34:10 +11:00
Bill Wang
1730745cd1 Add useage about Pseudo-Parameters 2017-11-13 11:42:54 +11:00
horike37
5ac927292f Merge remote-tracking branch 'root_branch/master' into issue4252-s3-transfer-acceleration 2017-11-09 01:56:37 +09:00
raids
0a2812c4f7 Correct typo: Funtion to Function 2017-11-05 21:53:31 +00:00
Alex Casalboni
64ccb046a7
Merge branch 'master' into issue4252-s3-transfer-acceleration 2017-10-28 00:59:18 +02:00
jeffnoehren
354cc9feb3 Spotinst - fixing broken link 2017-10-26 14:21:13 -07:00
jeffnoehren
e8db06659a Spotinst - fixing broken link 2017-10-26 14:20:31 -07:00
jeffnoehren
7648428b96 Merge branch 'master' of github.com:jeffnoehren/serverless 2017-10-26 14:18:37 -07:00
jeffnoehren
edbded7d05 Spotinst - updating docs for new template layout 2017-10-26 14:16:22 -07:00
jeffnoehren
51c1d5c68d Spotinst - Updating templates to include the new framework 2017-10-26 13:51:16 -07:00
Remon Oldenbeuving
859d96e0e8 Fix typo/language in resources documentation 2017-10-25 16:25:43 +02:00
Takahiro Horike
6d67492ad7 Merge pull request #4389 from BasileTrujillo/custom-variable-file-symlink
Allow symlinks as custom variable files in serverless.yml
2017-10-22 14:50:50 +09:00
Rafal Wilinski
8a5fe07bed Merge pull request #4382 from timstott/conceal-api-keys
Provide option to conceal API Gateway key values from the output
2017-10-21 14:29:20 +02:00