no_delete_instances.py
This file contains 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
#Add events to dynamo table to keep track of click | |
item_table_count = create_item_dynamo(event) | |
#Delete any EC2 instances | |
delete_instances = 'no' | |
#Calls function to email data | |
email_subscription(topic_arn_iot['TopicArn'], event, item_table_count, delete_instances) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment