I would like to use the output from a lambda function that generates a bokeh html file for a webapp. I believe that outputs are stored in the /tmp file, but given that lambda is totally stateless I do not believe it is possible to retrieve from lambda following execution. Is there a workaround for the usual bokeh syntax:
output_file('foo.html')
so that the .html is sent somewhere (preferably an S3 bucket)?
If this is a generally poor way to go about the task of generating a bokeh plot and getting the html, I'm open to hearing a better way. Also, if anyone has a link to a repo with bokeh source files that work on the AWS linus AMI, that would be appreciated...