601 Commits

Author SHA1 Message Date
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
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
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
sax
68d732ad80 document status codes in lambda-proxy integration 2017-11-21 09:22:04 +01: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
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
Basile Trujilllo [L0gIn]
51c31582d4 Add symlink docs notes 2017-10-19 15:27:33 +02:00
Geoffrey Lancaster
a5d983bf5c Merge branch 'master' of https://github.com/serverless/serverless 2017-10-18 21:57:58 -06:00
Timothy Stott
2df0d8a954
Provide option to conceal API Gateway key values from the output 2017-10-17 22:42:01 +01:00
leoybkim
2b08f8a776 Fix typo in aws guide 2017-10-17 15:57:00 -05:00
Takahiro Horike
97d80b3038 Merge pull request #4169 from serverless/SLSPrint
Add print command to generate output of computed serverless.yml file with all resolved Serverless Variables
2017-10-14 22:35:43 +09:00
horike37
2d9c75ba31 Merge branch 'master' into variable-auth-type 2017-10-14 17:47:04 +09:00
horike37
647a62db74 Merge branch 'master' into SLSPrint 2017-10-13 08:20:19 +09:00
Jonathan Spies
b4ca2a125a add default token to docs and roll readme back 2017-10-10 16:08:56 -05:00
Rafal Wilinski
daa37c4948 Merge pull request #4133 from kbariotis/custom-templates
Create service using template from an external repository
2017-10-10 22:35:37 +02:00
Jonathan Spies
84e98e45c1 update docs to reflect multiple identity sources: 2017-10-10 13:49:56 -05:00
Jonathan Spies
e75c783365 add type option to authorizer. implements #4325 2017-10-10 12:31:22 -05:00
Rafal Wilinski
5e17b3e414 Merge pull request #4348 from Toosick/patch-2
API Gateway timeout hardcap
2017-10-10 14:38:19 +02:00
sharathm
1df8bf5795 provide additional information for running lambda inside VPC as part of guide 2017-10-10 11:51:10 +05:30
Kostas Bariotis
7191afb902 add docs for other providers 2017-10-06 16:37:19 +03:00
Kostas Bariotis
d7d1f79fa4 add some examples and docs 2017-10-06 16:37:19 +03:00
Preston Tighe
9259be4759 API Gateway timeout hardcap
I ran into this problem. I would like to point it out to future Serverless users.
2017-10-04 15:02:25 -05:00
Rafal Wilinski
bd4566b910 Add deployment --aws-s3-accelerate tip 2017-10-03 14:02:52 +02:00
Rafal Wilinski
df59ff923e Add document --aws-s3-accelerate flag 2017-10-03 14:01:00 +02:00
Boaz de Jong
f4b0752f4e ResourcesGuide: Specify resource type
Specify type in example for overwriting resource.
2017-10-02 16:35:18 +08:00
Takahiro Horike
99ea9c8695 Merge pull request #4238 from horike37/add-alexaSmartHome-event
Add alexaSmartHome event
2017-09-30 00:33:51 +09:00
Takahiro Horike
08fc6c6b6d Update resources.md 2017-09-29 23:39:51 +09:00