Skip to content

Instantly share code, notes, and snippets.

@anhtv08
Created August 25, 2019 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anhtv08/8714e85be3c8a2b1c31c3b7361951ccb to your computer and use it in GitHub Desktop.
Save anhtv08/8714e85be3c8a2b1c31c3b7361951ccb to your computer and use it in GitHub Desktop.
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