Simon Saxtorph
Simon Saxtorph
Completely agree! With CLI, SSO etc. it is great. But when testing code you need to jump through hoops to get the environment to use a profile to call the...
@mtibben the first use case that comes to mind is when using live code runners. For example i use qoakka a lot in vscode, especially when writing lambda functions. But...
Thanks, that seems to be what I was looking for!
@mtibben The solution I was looking for was actually right under my nose. I ended up writing a custom script based off the this script: https://github.com/99designs/aws-vault/blob/c0e88261f0a4d73fd45cb7712a91e411096f51f9/contrib/scripts/aws-configure-with-env-vars.sh#L9
Thanks shaehn. Interestingly, I haven’t found any library that does this natively, although it seems to me a pretty ordinary usecase (e.g. for simple mail merging). So if I understand...
I created a working code. Takes approx 60 seconds to create a 200 page pdf from a 1,6mb template. The filesize though is 200*1,6 = 350mb, but I guess theres...
@jimmdd How did you solve adding fonts? I made a solution, but not sure if this is the most effective approach. - Create a lambda layer with fonts. This is...
Hi @peterwake, I use the canBeConvertedToPDF() and convertTo() functions (which is also the reason why I add the fonts first, as I can,t add fonts _after_ a conversion). The code...
@peterwake Sounds like it should work as long as the file to be converted is in tmp. I'm in eu-central-1 and no env's.
That’s good to hear! Good find reg. the env. Does that mean that libreoffice just gets the fonts from the opt/fonts layer without needing to copy the fonts to tmp?...