Hi guys! I'm new here and pretty excited about TiddlyWiki. I think it's going to be super useful for me in school & work. Anyway, I am trying to host a copy of TiddlyWiki on AWS Lambda. My end goal is to have a serverless TiddlyWiki for my own use. I know that I will need the AWS plugin plus some other stuff. So I hope that the community can help answer some of the questions that I have:
1. I tried cloning the repo, install AWS SDK, then run ./tiddlywiki.js editions/aws --build lambda. Now I can see editions/aws/output/index.js. I assume this is the file that I have to deploy to AWS Lambda. Do I also need to upload tiddlywiki.info and tiddlers/* inside editions/aws? 2. As far as I can tell by scanning through the generated index.js (and the documentation) is that what I will get from deploying it to Lambda is essentially the tiddlywiki command that I get by installing TiddlyWiki from NPM. Is that right? 3. As a result of (2), to achieve what I wanted to, it is not enough to just deploy it to Lambda and slap API Gateway on top of it. I should also write some glue scripts to forward the HTTP requests to the appropriate commands for tiddlywiki. If this is the case, is the something like a specification of the HTTP requests that are required? Thanks! Yihang -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9d6aad00-a930-4748-a82d-4419124530e4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

