roche icon indicating copy to clipboard operation
roche copied to clipboard

A cli for building serverless rust containers

Results 5 roche issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...

enhancement

all base projects must be called `roche-service` it would be nice if the buildscripts could cater for them to be called anything.

enhancement
help wanted

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...

enhancement

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...

enhancement
help wanted