16 Commits

Author SHA1 Message Date
Juanjo Diaz
e1678fb1c6
feat(Packaging): Deprecate include & exclude in favor of patterns
(PR #8581)
2021-03-26 11:33:58 +01:00
Piotr Grzesik
3c5e497116 refactor(Templates): Upgrade to avoid using deprecated functionality 2020-12-29 21:25:44 +01:00
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
kdnakt
42517daf96 Python3.8 support! 2019-11-20 01:29:39 +09: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
Daniel Schep
b76bb189b1 Python3.7 support!!!
AWS now supports Python3.7 in Lambda!
https://aws.amazon.com/blogs/compute/python-3-7-runtime-now-available-in-aws-lambda/
2018-11-19 16:22:35 -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
horike37
6d14f36ea1 add docs for alexaSmartHome event 2017-09-09 18:48:01 +09: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
Daniel Schep
e1c27c3569 🐍🐍🐍 Python3.6 support is coming to Lambda!
closes #3482

https://aws.amazon.com/releasenotes/5198208415517126
2017-04-18 17:57:48 -04:00