srvrls 0.1.6

A lightweight, opinionated serverless framework reducing boilerplate
Documentation
1
2
3
4
5
6
FROM rust:1.40 as builder

WORKDIR /home/build
RUN git clone https://github.com/serverlesstechnology/srvrls.git
WORKDIR /home/build/srvrls