Created
August 25, 2019 00:21
-
-
Save anhtv08/8714e85be3c8a2b1c31c3b7361951ccb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def lambda_handler(event, context): | |
log.info(" evaluating tags of ec2 instance") | |
if not event: | |
log.info("event is not valid") | |
else: | |
evaluate_ec2_instance(ec2_client, event) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment