Roberto Novelo
4353c8105e
Typo Fix
2018-01-22 17:26:43 -06:00
Daniel Schildt
6b6a494158
docs(google) update hello-world example's invoke
...
If a new user creates a new service with the `google-nodejs` template,
the pre-configured function is named as `first` instead of `helloWorld`.
More details from the configuration file of the template:
- https://github.com/serverless/boilerplate-googlecloudfunctions-nodejs/blob/master/serverless.yml#L22
2018-01-19 05:06:51 +02:00
Andres
4bf41186f9
Document how to install dependencies
2018-01-18 17:26:49 +01:00
Andres
298154abf1
Update documentation and templates for serverless-kubeless 0.3
2018-01-18 17:08:14 +01: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
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