aws-serverless-express
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -158,3 +158,3 @@ /* | ||
if (error.code === 'EADDRINUSE') { | ||
console.warn(`EADDRINUSE ${getSocketPath(server._socketPathSuffix)} incrementing socketPathSuffix.`) | ||
console.warn(`WARNING: Attempting to listen on socket ${getSocketPath(server._socketPathSuffix)}, but it is already in use. This is likely as a result of a previous invocation error or timeout. Check the logs for the invocation(s) immediately prior to this for root cause, and consider increasing the timeout and/or cpu/memory allocation if this is purely as a result of a timeout. aws-serverless-express will restart the Node.js server listening on a new port and continue with this request.`) | ||
++server._socketPathSuffix | ||
@@ -161,0 +161,0 @@ return server.close(() => startServer(server)) |
{ | ||
"name": "aws-serverless-express", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"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": [ |
@@ -23,3 +23,3 @@ Run serverless applications and REST APIs using your existing [Node.js](https://nodejs.org/) application framework, on top of [AWS Lambda](https://aws.amazon.com/lambda/) and [Amazon API Gateway](https://aws.amazon.com/api-gateway/). The sample provided allows you to easily build serverless web applications/services and RESTful APIs using the [Express](https://expressjs.com/) framework. | ||
Want to get up and running quickly? [Check out our example](example/README.md) which includes: | ||
Want to get up and running quickly? [Check out our example](example) which includes: | ||
@@ -26,0 +26,0 @@ - Lambda function |
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
23756
183