AWS Lambda is migrating the Java 8 runtime to the Amazon Corretto 8 JVM, are there any consequences by using sls Java Runtime?

Hello Community,

AWS Lambda is migrating the java8 managed runtime from the OpenJDK implementation to the Amazon Corretto 8 implementation. The java8 managed runtime in AWS Lambda will migrate from the current Open Java Development Kit (OpenJDK) [1] implementation to the latest Amazon Corretto [2] implementation. This migration will take place in two phases. In the first phase, starting July 19, 2021, new and updated functions will be migrated to the Amazon Corretto runtime. In the second phase, starting August 16, 2021, any remaining functions will be migrated. The migration is scheduled to be completed by September 10, 2021.

Are there any consequences by using Java 8 Runtime in Serverless Framework? Will my Java 8 Lamba Functions still be deployable? Or is there any migration effort? Wann is SLS goging to provide Corretto as Runtime?

Best Regards