dynamo-es 0.4.11

A DynamoDB implementation of an event repository for cqrs-es.
Documentation
1
2
3
4
5
FROM rust:latest as builder

WORKDIR /home/build
RUN git clone https://github.com/serverlesstechnology/dynamo-es.git
WORKDIR /home/build/dynamo-es