Simon Saxtorph
Simon Saxtorph
Hi, Have been starring hopelessly for hours now, so hope somebody can help me out. I'm trying to accomplish a simple thing: - For each name in the array, create...
Hi, Is it possible to either append a page and then modify it, or to modify the same input.pdf page multiple times? I have an array of recipients and a...
In my serverless.yml file I have two imported functions: ``` functions: - ${file(./test.json)} - ${file(./test.yml)} ``` Both are identical (different function names) but the function referenced in _test.json_ only gets...