
上QQ阅读APP看书,第一时间看更新
Programming language selection criteria in AWS Lambda
When dealing with lambda-like functions, we should consider the launch speed of the language. For example, C# and Java are slower, while Node.js and Python are faster. Keep this information in mind when designing your service, as heavy Java or C# code will create a delay in your service response, whereas Node.js and Python will be faster.