asciidoctor / asciidoctor.js

:scroll: A JavaScript port of Asciidoctor, a modern implementation of AsciiDoc
https://asciidoctor.org
MIT License
740 stars 136 forks source link

Publish Asciidoctor.js to AWS Lambda #230

Open ggrossetie opened 8 years ago

ggrossetie commented 8 years ago

As suggested by @jgaskins this could be a great example of how a Ruby library can run smoothly on AWS Lamdba using Opal.

I've already prototype something with Amazon API Gateway. The goal is to be able to convert an AsciiDoc document using a simple Web Service.

TimoSolo commented 7 years ago

any progress on this? was looking at doing the same (or using ruby on lambda which would be able to do the other ebook formats)

ggrossetie commented 7 years ago

Hello @TimoSolo I did some research but it was not as easy as I thought to POST a document (without using S3) so I kinda put this issue on hold.

was looking at doing the same (or using ruby on lambda which would be able to do the other ebook formats)

Excellent idea, let me know if you need help :smile: