
davidrwillson
It may not be relevant to the course, but for real life AWS has a very nice resource from the OPS section of the Well Architected Framework https://wa.aws.amazon.com/wat.question.OPS_6.en.html for designing a centralized logging solution https://aws.amazon.com/solutions/implementations/centralized-logging/ for your AWS resources. They also have an implementation (NodeJS) https://github.com/awslabs/aws-centralized-logging If your team prefers a different SDK, it is pretty easy to rewrite it as it is all AWS SDK invocations. Our team re-wrote it for Python 3.7 and added unit tests. Hope this helps with your logging challenges!