Alex
77582bd341
updated templates, added CORS support and docs
2018-02-05 17:53:39 -08:00
Takahiro Horike
fe89d4071d
Merge pull request #4709 from alexindeed/master
...
Spotinst - added activeVersions documentation, updated Spotinst templates
2018-02-06 04:32:21 +09:00
Alex Gaesser
5811752483
corrected format
2018-02-05 10:57:07 -08:00
Takahiro Horike
31ce370510
Merge pull request #4706 from emaildano/patch-1
...
Update README.md
2018-02-04 12:11:43 +09: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
Daniel Olson
e5033aeb0c
updated a few grammatical errors
2018-02-02 11:17:40 -05:00
Kobi Meirson
d7eea2005e
Restricting alexaSkill functions to specific Alexa skills ( #4701 )
...
* - Adding support for restricting the executing alexa skill by id (serverless/serverless#4700 )
- Adding support for multiple `alexaSkill` events on a single function (allows multiple Alexa Skills on a single lambda)
* Adding a comment on the `serverless.cli` addition when testing.
* Updating templates to have the right `alexaSkill` syntax
* Cleaning up Travis-CI's occasional errors with sinon stubs going wild (hopefully)
(https://travis-ci.org/serverless/serverless/jobs/335361582 / https://travis-ci.org/serverless/serverless/jobs/335706593 / https://travis-ci.org/serverless/serverless/jobs/335682396 )
* one last test case to make sure the alexaSkill file will be fully covered.
* PR notes
* naming - Add a default suffix for alexaSkillLogicalId if undefined
* Revert changes to createStack.test.js (#c967c8d956b3d96afbaefa7fbe3e6eb498ecdd7c)
* createStack.test - reject with an Error, not with a promise that resolves to an error.
2018-02-02 15:18:00 +01:00
Daniel Olson
b147126c3e
updated Python hello-world
2018-02-01 21:17:01 -05:00
Daniel Olson
2c7c8c71e2
updated go hello-world
2018-02-01 21:14:17 -05:00
Alex
97d4171b66
added active versions, corrected broken links
2018-02-01 18:07:09 -08:00
Daniel Olson
7a0488b762
updated fsharp hello world
2018-02-01 20:48:25 -05:00
Daniel Olson
efa5bda488
updated csharp demo
2018-02-01 20:48:03 -05:00
Daniel Olson
81f18587c3
fixed typo
2018-02-01 20:47:50 -05:00
Daniel Olson
386f3cdc67
updated csharp Hello World
2018-02-01 20:29:57 -05:00
Daniel Olson
fc24fb4637
Update README.md
...
On first pass this doc was a bit confusing for me. Hopefully these edits make it easier for any Serverless newcomer to get started with a better understanding of the commands and available options.
2018-02-01 11:59:46 -05:00
ma-bo-do-fu
f286b26378
Fix typo
...
Fix typo in apigateway.md
chilren -> children
2018-02-01 13:33:21 +09:00
Michał Zalewski
8833893481
Changed warning to error message if reservedConcurrency is non-integer
2018-01-31 08:50:54 +01:00
Michał Zalewski
0204420324
Added support for concurrency option in AWS Lambda
...
AWS Lambda has support for concurrency limit and it should be supported
in serverless.yml
2018-01-30 22:53:28 +01:00
Adnan Asani
92f0392f9d
docs(google/cli) add invoke-local.md
2018-01-25 19:20:20 +01:00
Yun Zhi Lin
df85e2d9bc
add support for AWS go: new create templates aws-go and aws-go-dep, docs, updated integration tests
2018-01-23 23:52:51 +11:00
Roberto Novelo
4353c8105e
Typo Fix
2018-01-22 17:26:43 -06:00
Alex Gaesser
cfc52f91f5
Update README.md
2018-01-19 14:52:18 -08: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