Hi,
Do you have some recomendation how to handle 2GB of Noto fonts, stored in Amazon S3, when running Aspose Word in an AWS Lambda?
Scenario.
We are looking for a way to load font information on-demand when we are running our Aspose word code in an AWS Lambda.
The Noto fonts are stored in a Amazon S3 bucket.
The idea was to register the font names when the lambda starts and then just load the necessary fonts on-demand from Amazon S3 using the StreamFontSource.
The StreamFontSource class have some unresolved issues (Derive Java Class from StreamFontSource & Implement openFontDataStream() method to Use Stream Font Source) that prevents us from moving further.
If our approach is correct, is there something we need to think about regarding the cold start of the lambda? if we need to initialize something in the lambda constructor etc.
Regards
Tobias