diff --git a/lib/plugins/aws/package/compile/events/httpApi/index.js b/lib/plugins/aws/package/compile/events/httpApi/index.js index 75cb929cd..bced48716 100644 --- a/lib/plugins/aws/package/compile/events/httpApi/index.js +++ b/lib/plugins/aws/package/compile/events/httpApi/index.js @@ -398,8 +398,8 @@ Object.defineProperties( logWarning( `HTTP API endpoint timeout setting (${routeTargetData.timeout}s) is ` + `lower or equal to function (${functionName}) timeout (${functionTimeout}s). ` + - 'This may introduce situations where endpoint times out ' + - 'for succesful lambda invocation.' + 'This may introduce a situation where endpoint times out ' + + 'for a succesful lambda invocation.' ); } } else { @@ -407,8 +407,8 @@ Object.defineProperties( logWarning( `Function (${functionName}) timeout setting (${functionTimeout}) is greater than ` + 'maximum allowed timeout for HTTP API endpoint (29s). ' + - 'This may introduce situation where endpoint times out ' + - 'for succesful lambda invocation.' + 'This may introduce a situation where endpoint times out ' + + 'for a succesful lambda invocation.' ); } else if (functionTimeout === 29) { logWarning(