Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 279 Bytes

A python server for AWS, deployed as a .zip.

It consumes game logs for Dominion, and returns some stats.

7z a -r deployment-package.zip *
aws lambda update-function-code --function-name dominion-log-analyzer --zip-file fileb://deployment-package.zip