45 Commits

Author SHA1 Message Date
Mariusz Nowak
9f5a07793a refactor(Templates): Upgrade frameworkVersion 2020-09-10 14:47:33 +02:00
Mariusz Nowak
3089abc5c4 feat(Templates): Ensure "frameworkVersion" in all templates
As it's now a required setting when relying on globally installed "serverless"
2020-09-02 14:37:49 +02:00
Joseph Woodward
46df82ea92
feat(Templates): Update aws-csharp to .NET Core 3.1 (#7708) 2020-05-11 12:26:42 +02:00
Daniel Schep
ad81e9ad8b replace use of tenant with org in docs & templates 2019-09-09 10:55:38 -04:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Philipp Muens
2023e50386 Update code to use an existing listener 2019-06-03 14:14:37 +02:00
Philipp Muens
0738f7b8f4 Add Application Load Balancer event source 2019-06-03 12:54:40 +02:00
Daniel Schep
ef728aa8bc update AWS templates with sfe app/tenant placeholders 2019-05-21 11:14:41 -04:00
Philipp Muens
f3b6bf42ba Update templates 2019-02-15 14:13:41 +01:00
horike37
ba24f71a05 add enable package individually: true 2018-12-31 16:49:46 +09:00
Oded Niv
588d9bc605 aws-csharp create template uses handler-specific artifact 2018-10-22 13:22:38 +03:00
Stuart Lang
d6be66a179
Update dotnet lambdas to latest runtime. Remove redundant FSharp.Core package reference 2018-07-09 23:53:09 +01: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
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
Stuart Lang
35ec7251dc Uprade aws-csharp to .NET Core 2.0 2018-01-27 15:12:27 +00:00
horike37
6d14f36ea1 add docs for alexaSmartHome event 2017-09-09 18:48:01 +09:00
Philipp Muens
5ff7e72f5f Update csharp serverless.yml file 2017-06-26 08:40:52 +02:00
Stuart Lang
d419c580c0 Add global.json 2017-06-18 16:53:20 +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
Hassan Khan
4cf379d8b0 Add initial support for Cognito User Pools
This includes unit tests and documentation. A simple integration test
has been added.
2017-05-21 22:00:54 +01:00
horike37
ce3a64ee11 update all serverless.yml in all templates 2017-03-30 05:22:27 +09:00
horike37
d549438fa1 add cloudwatch log event 2017-03-24 21:00:11 +09:00
Eslam λ Hefnawy
9e271999a7 Merge pull request #3065 from vladgolubev/preserve-gitignore-on-npm-publish
Store .gitignore as gitignore in template dir. Rename on template creation
2017-03-13 19:27:16 +08: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
Philipp Muens
6144434d47 Merge pull request #3219 from christophgysin/remove-exec-bit
remove executable bit
2017-02-27 10:11:56 +01:00
Christoph Gysin
ca7927a0fa remove executable bit 2017-02-09 15:15:27 +02:00
Vlad Golubev
854191cfbe Merge branch 'master' into preserve-gitignore-on-npm-publish
# Conflicts:
#	lib/plugins/create/create.js
2017-02-07 23:44:50 +02:00
horike37
3ada150d53 Merge branch 'add-cloudwatch-to-event-source' of github.com:horike37/serverless into add-cloudwatch-to-event-source 2017-02-04 09:03:01 +09:00
horike37
8bb29727d1 Merge branch 'master' into add-cloudwatch-to-event-source 2017-02-04 09:02:24 +09:00
Philipp Muens
66588856cb Update event naming
So that it won't clash when other CloudWatch events are implemented.
2017-02-03 14:55:38 +01:00
Philipp Muens
f599977bb2 Fix serverless.yml indentations 2017-01-18 10:07:42 +01:00
Ryan Stelly
f0b762536c fix casing of dotnet artifact 2017-01-17 17:16:38 -06:00
horike37
3ad27484b5 add CloudWatch event source 2017-01-15 23:00:40 +09:00
Jonathan Goldwasser
bdce10cb07 Show valid iam role statements examples in docs and templates 2017-01-11 18:47:25 +01:00
Vlad Golubev
da18517fcd Store .gitignore as gitignore in template dir 2017-01-06 17:24:44 +02:00
Nik Graf
dc2d350ff5 Merge pull request #2954 from horike37/add-awsiot-to-event-source
Add IoT event source
2017-01-02 16:12:30 +01:00
Ryan Stelly
bef9e97cd9 rename Release to release 2016-12-28 06:57:16 -06:00
Ryan Stelly
d2eb4c62cb add uild.ps1 and update tests&docs 2016-12-23 12:03:20 -06:00
horike37
4dfd24ba12 Update hierarchical structure of iot events 2016-12-19 19:52:15 +09:00
Philipp Muens
737b495bd3 Update code so that iot events are enabled by default 2016-12-16 11:16:18 +01:00
Jim Pelletier
c58ccd5b8b fix naming, changed from aws-dotnet-csharp to aws-csharp 2016-12-06 20:37:58 +11:00