974 Commits

Author SHA1 Message Date
Mariusz Nowak
be9729904e
Improve doc 2019-05-23 15:34:33 +02:00
Mariusz Nowak
4ed4d723e7
Improve async leaks detector
So it doesn't produce false positives in Node.js v6
2019-05-23 14:03:55 +02:00
Mariusz Nowak
6e8ea2f8e3
Ensure no false positives on async leaks check 2019-05-23 13:06:54 +02:00
Mariusz Nowak
b62049f6ce
Improve doc 2019-05-23 11:33:22 +02:00
Mariusz Nowak
ba0f5523a2
Typo 2019-05-22 13:37:51 +02:00
Mariusz Nowak
355f8d247a
Typo 2019-05-22 13:36:54 +02:00
Mariusz Nowak
004a8ea072
Speedup unhandled rejection notifications
It's to ensure it doesn't interfere with async leaks detection
2019-05-22 12:23:28 +02:00
Mariusz Nowak
f2588b69c4
Improve comment 2019-05-21 16:40:25 +02:00
Mariusz Nowak
1d4e59436c
Configure detection of orphaned async calls 2019-05-20 10:57:58 +02:00
Mariusz Nowak
318b59134c
Improve doc 2019-05-20 10:35:34 +02:00
Mariusz Nowak
f4f2999826
Improve comment 2019-05-17 16:10:38 +02:00
Mariusz Nowak
de05fe4428
Merge branch 'fix-tests-setup' into improve-promised-bdd-setup 2019-05-17 16:06:07 +02:00
Mariusz Nowak
fb896887f5
Move all mocha patches into mocha-reporter 2019-05-17 14:56:45 +02:00
Mariusz Nowak
72713bd03b
Workaround mocha teardown delay issue 2019-05-17 14:19:58 +02:00
Philipp Muens
5b5425d939 Update AWS Node.js runtime to version 10 2019-05-15 14:27:55 +02:00
Eslam λ Hefnawy
9538caf089
Merge pull request #5443 from yahehe/master
Improves usage and documentation of SNS event sources.
2019-02-25 15:22:25 +03:00
Serge Dukic
f6bf951499 Include Google Python template tests
Add a test for the Google Cloud Platform Python template test and also
update a couple of the documents as well.

Issue(s): None
2019-02-12 17:01:01 +13:00
Philipp Muens
6e289d0f83
Merge pull request #5739 from piohhmy/fix-broken-profiles
Fix assuming a role with an AWS profile
2019-01-28 14:14:33 +01:00
Danny Varner
d3fef359f4 Fix linting errors 2019-01-25 21:08:58 -08:00
Danny Varner
4ad73bb7ca Add test for profile fix 2019-01-25 20:55:33 -08:00
Daniel Schep
748dad8b3c test coverate for provided template 2019-01-23 14:00:09 -05:00
toshi0607
b58ec6aec7 🎉 add google go 2019-01-20 11:42:57 +09:00
Jaime Alvarez
73dc95ee65 💎 💎 💎 Add Ruby 2.5 support in AWS Lambda
https://aws.amazon.com/about-aws/whats-new/2018/11/aws-lambda-supports-ruby/

Closes #5540
2018-11-29 21:02:08 +00:00
Ciaran Downey
7ba4caad0d Improves usage and documentation of SNS event sources.
When using cloudformation intrinsic functions, it is easy to assume that sns:topicName is a property that should resolve to the actual value in AWS. In reality it is only used to name the underlying cloudformation resources generated by serverless, and thus needs to be a string.
This improves the error message and code path returned when sns:topicName is not a string, as well as does some validation around usage of Fn::ImportValue. Also adds some tests and documentation demonstrating that intrinsic functions work with SNS event sources.
2018-11-04 09:34:00 -05:00
Daniel Schep
6f1e6ab8c0 Fix integration test
rollback was using a unix timestamp, but  expects
an ISO8601 timestamp it seems
2018-11-02 10:45:42 -04:00
toshi0607
25aeccfdf4 fix template name 2018-10-14 09:14:09 +09:00
toshi0607
ac84ff2f3e fix test name 2018-10-14 09:11:20 +09:00
toshi0607
219203bbe6 add test trigger 2018-10-13 16:18:47 +09:00
toshi0607
b8df9e07f0 add test 2018-10-13 16:12:23 +09:00
Bobby Johnson
4e501969c0
Merge branch 'master' into webtask-deprecation 2018-09-26 08:44:10 -07:00
Daniel Bradley
bd2fbdc049 Add new template for AWS Alexa Typescript
- Adapt from `aws-nodejs-typescript`.
- Tested manually by specifying template-url.
- Add unit and integration tests for new create template.
- Waiting on the next version of the `serverless-alexa-skills` plugin to be released on NPM.
2018-08-31 14:59:01 +01:00
Bobby Johnson
bbe5639399 removed references to webtask provider that is being deprecated 2018-08-29 09:35:29 -07:00
Rowell Belen
47aadb5e91 AWS Clojurescript Gradle Template 2018-08-05 11:22:25 -06:00
Rowell Belen
3b8e0ec125 AWS Clojure Gradle Template 2018-08-02 13:26:19 -06: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
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
jeffnoehren
5ec11c82a9 Spotinst - adding test cases to java8 tempalte 2018-01-02 13:54:55 -08:00
Jarrod Swift
c12b71b50e Add tests for aws-kotlin-jvm-gradle template 2017-11-02 15:37:55 +10:30
jeffnoehren
460abc74d0 Spotinst Functions - add public and private support and Ruby template 2017-10-04 17:14:39 -07:00
Philipp Muens
5a0aeb708b Add Docker image and tests 2017-09-20 09:36:06 +02:00
Rafal Wilinski
3a27890bb3 Rename template to aws-kotlin-nodejs-gradle 2017-09-15 10:53:12 +02:00
Rafal Wilinski
3d1dbd97bd Add template tests 2017-09-13 10:32:26 +02:00
Rafal Wilinski
4f4eb91c9e Add aws-kotlin-jvm-maven tests & docs 2017-09-07 14:29:39 +02:00
Philipp Muens
2c4ff05834 Merge branch 'master' into spotinst-functions 2017-08-28 13:09:51 +02:00
Philipp Muens
89661c02c9 Merge master into PR 2017-08-21 15:01:26 +02:00
Philipp Muens
87c77336b9 Minor fixes for consistency 2017-08-21 14:53:40 +02:00
Philipp Muens
ed731e5300 Add missing reference to template in other files 2017-08-21 14:45:59 +02:00
guyklainer
5b18be19eb update docker-compose.yml
update tests file
2017-08-20 10:14:23 +03:00