### Describe the Feature Add a sidecar container to each of the tasks in the project to read logs and capture errors: 1. read logs from main container 2. capture errors and store in DynamoDB using a service identifier needs: - sidecar container definition - sidecar container service (write the code) - dynamodb table to hold errors questions: - if the primary container exits, does the sidecar also exit? Will we be able to still capture the error before the task is spun back up?
Describe the Feature
Add a sidecar container to each of the tasks in the project to read logs and capture errors:
needs:
questions: