aws-serverless-express
Advanced tools
Comparing version 3.3.6 to 3.3.7
@@ -0,1 +1,9 @@ | ||
## [3.3.7](https://github.com/awslabs/aws-serverless-express/compare/v3.3.6...v3.3.7) (2020-03-25) | ||
### Bug Fixes | ||
* Bump travis Node versions to the latest LTS supported by Lambda (10 and 12) ([9905d18](https://github.com/awslabs/aws-serverless-express/commit/9905d18)) | ||
* Disabled failing integration test ([cab6cef](https://github.com/awslabs/aws-serverless-express/commit/cab6cef)) | ||
## [3.3.6](https://github.com/awslabs/aws-serverless-express/compare/v3.3.5...v3.3.6) (2019-03-26) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "aws-serverless-express", | ||
"version": "3.3.6", | ||
"version": "3.3.7", | ||
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -68,2 +68,2 @@ # AWS Serverless Express | ||
- Stateless only | ||
- API Gateway has a timeout of 30 seconds, and Lambda has a maximum execution time of 15 minutes. | ||
- API Gateway has a timeout of 29 seconds, and Lambda has a maximum execution time of 15 minutes. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32665