Anton Whalley
Anton Whalley
In order to run this on AWS lambda a set of tide APIs need to be built into a base image to interact with the base platform. The APIs are...
Given the separation we have between functions.rs and the build system it should be fairly trivial to output the executable as a WASI file. The base rust image https://quay.io/repository/roche/alpine-libgcc would...
all base projects must be called `roche-service` it would be nice if the buildscripts could cater for them to be called anything.
Currently the base image only includes serde to handle JSON messages and surf for http requests. It's unclear at the moment if the best way to handle the inclusion of...
Now there is support for test libraries https://github.com/No9/roche/tree/main/examples/full It would be nice to include a watcher that monitors the project folder and does an auto build-test. This may be possible...