Hi All,
I need to create PDF file using JSON on http request using python in AWS lambda and then store back the PDF in S3 bucket. Any help on this on how to proceds in saving the runtime pdf in S3 bucket.
I am trying to use http://code.activestate.com/recipes/578979-convert-json-to-pdf-with-python-and-xtopdf/ to generate PDF file