Actualités

AWS has unveiled Lambda SnapStart for Python and .NET, enhancing serverless app performance by reducing cold start latency. This feature builds on the success of Lambda SnapStart for Java ...
Lambda supports Java, JavaScript, C#, and Python directly. If you really must use some other code in another language, there’s a good chance that it can be emulated by JavaScript or Java.
Now, with SnapStart, AWS is addressing this by creating snapshots of a customer’s Lambda functions and then simply starting those up without having to go through the usual initialization process.