EMS File Service generates a manifest per stack version. This needs to be extended to also handle generating manifest for Serverless versions (date-based), including putting the latest manifest in a latest folder in the build process.
It may also be a good idea to generate some capabilities document in the top root of the file system that declares the versions available to avoid making calls to the file system.
Part of https://github.com/elastic/kibana/issues/157094
EMS File Service generates a manifest per stack version. This needs to be extended to also handle generating manifest for Serverless versions (date-based), including putting the latest manifest in a
latest
folder in the build process.It may also be a good idea to generate some capabilities document in the top root of the file system that declares the versions available to avoid making calls to the file system.