amazon-archives / service-discovery-ecs-dns

ARCHIVED: Service Discovery via DNS with ECS.
Apache License 2.0
166 stars 76 forks source link

Added sending TaskARN/DockerId to CW Events #8

Closed yash1 closed 7 years ago

yash1 commented 7 years ago

I've added the changes just to the ecssd_agent.go as additions to the current for now. I tried using the flag library to add the flag for this, but I kept getting a "signal SIGSEGV: segmentation violation". My guess is has to do with dereferencing the boolean I created to track the flag. I'll look more into this issue next week.

javierros commented 7 years ago

Merge done manually