Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 418 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 418 Bytes

lambda-lib

Zentrale Lib für Lambda übergreifende Funktionalitäten

Alle Lambdas betreffendes Makefile

Funktioniert nur, wenn die Lambdas im selben Ordner wie die lambda-lib liegen

  • update_all: Führt cargo update in allen Lambdas aus
  • build_all: Führt cargo build in allen Lambdas aus
  • test_all: Führt make test in allen Lambdas aus
  • aws_all: Führt make aws in allen Lambdas aus