69 Commits

Author SHA1 Message Date
Mariusz Nowak
a541fa78b4
Update integration tests to be run in new runtime 2019-11-20 09:44:55 +01:00
Pravin
ceec969c77 removed repetition of helloWorld in menuText 2019-08-20 19:14:07 +02:00
Pravin
67d88a364a removed double-up of the word 'example' from menuText 2019-08-20 19:07:18 +02:00
Pravin
e5ab2f3721 added trailing / to examples explorer link 2019-07-15 21:59:02 +02:00
Bill Fine
b3079dc1ba
Remove stale table; add Explorer link. 2019-07-11 22:32:13 -07:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Philipp Muens
5b5425d939 Update AWS Node.js runtime to version 10 2019-05-15 14:27:55 +02:00
yuki3738
279c85eb64 Add Hello World Ruby Example 2019-01-26 16:38:18 +09:00
Pravin
92dada3ead updated docs example links from github to serverless 2018-11-27 12:55:51 +01:00
anilat007
e9df95b20c
Update README.md 2018-09-14 13:20:00 -07:00
paritosh baghel
abbd68a1d5
Use serverless instead of sls command.
I got following error while invoking sls create command

Select-String : A positional parameter cannot be found that accepts argument 'aws-csharp'.
2018-05-12 12:15:38 -04:00
Takahiro Horike
cabd158577
Merge pull request #4656 from slang25/dotnetcore2.0
Upgrade aws-csharp to .NET Core 2.0
2018-03-22 04:18:17 +09:00
Loren Siebert
435f88e334
Update README.md
- Remove duplicate sentence
- Change Node template to Go template
2018-03-15 10:08:14 -07:00
Yunspace
9c94e0838f consistent README and zip installation for both aws-csharp and aws-fsharp 2018-02-28 00:26:20 +11:00
Yunspace
67cbabc4c9 removed redudant code from docs. 2018-02-27 22:23:59 +11:00
Yunspace
c0f136388c Merge branch 'master' into dotnetcore2.0
# Conflicts:
#	.gitignore
#	tests/templates/test_all_templates
2018-02-27 21:21:54 +11:00
Yunspace
0d652f287c upgraded fsharp example to dotnet 2.0, updated docs, unit and integration tests. Removed duplicate code from docs section 2018-02-23 20:50:00 +11:00
Takahiro Horike
31ce370510
Merge pull request #4706 from emaildano/patch-1
Update README.md
2018-02-04 12:11:43 +09: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
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
Stuart Lang
35ec7251dc Uprade aws-csharp to .NET Core 2.0 2018-01-27 15:12:27 +00: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
Brian Neisler
81795c5dab Fix forum links 2017-08-15 11:32:31 -07:00
Stuart Lang
bf80fc9288 Update libraries and match csharp changes 2017-06-24 17:54:58 +01:00
Stuart Lang
c18a071918 Update to latest tooling 2017-06-24 16:29:13 +01:00
Philipp Muens
c95061d5db Fix indentation and path in serverless.yml template files 2017-06-24 16:27:35 +01:00
Philipp Muens
53e61df65c Update Lambda Tools version for F# template 2017-06-24 16:27:35 +01:00
Stuart Lang
b319a64216 Updated lambda tools 2017-06-24 16:23:43 +01:00
Stuart Lang
db69a87b97 Update scripts, and updated lambda tools package 2017-06-24 16:23:43 +01:00
Stuart Lang
dd3ba770f6 Added readme and updated yml conf 2017-06-24 16:23:42 +01:00
Stuart Lang
0f334d4baf Add example 2017-06-24 16:21:28 +01:00
Stuart Lang
ff31ce77e5 Updated Amazon.Lambda.Tools and ensure zip command is available 2017-06-17 15:25:54 +01:00
Stuart Lang
489eb48c8e Added missing namespace 2017-06-16 08:53:20 +01:00
Stuart Lang
729ec7da2f Updated csharp to latest tooling 2017-06-16 08:53:19 +01:00
Philipp Muens
de8adc71e5 Update to latest Node.js runtime 2017-03-25 22:18:00 +01:00
Philipp Muens
02707b90f5 Merge pull request #3085 from jogold/iam-role-statements-examples
Show valid iam role statements examples in docs and templates
2017-02-27 10:19:56 +01:00
davidwells
d70416029d update docs for docs nav 2017-02-22 18:25:06 -08:00
Philipp Muens
f599977bb2 Fix serverless.yml indentations 2017-01-18 10:07:42 +01:00
Ryan Stelly
fa7886a68e fix casing of docs version of exampl .yml (which may not be used for anything?) 2017-01-17 17:28:58 -06:00
Alasdair Nicol
912a40ac04 Update Python hello wold example to be consistent with Node.js 2017-01-11 22:45:22 +00:00
Jonathan Goldwasser
bdce10cb07 Show valid iam role statements examples in docs and templates 2017-01-11 18:47:25 +01:00
Ryan Stelly
849f536c52 change csharp example docs to use build script 2016-12-28 06:59:04 -06:00
Ryan Stelly
87bb34b86b remove chmod doc line, not necessary 2016-12-23 12:26:59 -06:00