Add sam support

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Aisuko 2023-11-05 08:41:48 +00:00
parent 8123f009d0
commit edcae7a5f1
8 changed files with 728 additions and 7 deletions

11
extra/grpc/sam/Makefile Normal file
View file

@ -0,0 +1,11 @@
.PONY: sam
sam:
@echo "Creating virtual environment..."
@conda env create --name sam --file sam.yml
@echo "Virtual environment created."
.PONY: run
run:
@echo "Running sam..."
bash run.sh
@echo "sam run."