aws-samples / ecs-cid-sample

In this code provided with the blog, we will demonstrate how to use the draining state to update the AMI used by EC2 instances in your cluster by updating the launch configuration of your auto-scaling group. The process also ensures that the EC2 instances get the tasks drained the tasks launch on new container instance before termination occurs.
Apache License 2.0
103 stars 76 forks source link

:shirt: resolve lint errors in index.py #19

Open WesleyCharlesBlake opened 6 years ago

WesleyCharlesBlake commented 6 years ago

There are numerous mishandled variables:

namely: snsResponse within publishToSNS() ecsResponse within checkContainerInstanceTaskStatus() completeHook within completeHook() lifecyclehookname within lambda_handler()