AWS – AWS App Runner now supports Node.js 16 managed runtime
AWS App Runner adds Node.js v16 managed runtime for building and running node.js based web applications and APIs. App Runner allows you to deploy your application from source code or a container image directly in the AWS cloud. Regardless of the source type, App Runner takes care of starting, running, scaling, and load balancing your service. App Runner provides convenient platform-specific managed runtimes. Each one of these runtimes builds a container image from your source code and adds language runtime dependencies into your image. App Runner uses the managed runtime to build and deploy your application alleviating the need for you to develop and manage your own Dockerfiles.
Read More for the details.