Summary
Directory Structure
Directory structure:└── theburningmonk-lambda-protobuf-demo/├── README.md├── deploy.sh├── docker-compose.yml├── event.json├── LICENSE├── package.json├── serverless.yml├── functions/│ ├── contentNegotiated.js│ ├── json.js│ ├── lib.js│ ├── player.proto│ └── proto.js└── tests/├── steps/│ └── when.js└── test_cases/└── get_proto.js