Skip to content

Instantly share code, notes, and snippets.

View Ashex's full-sized avatar

Evelyn Osman Ashex

View GitHub Profile
import json
from botocore.exceptions import ClientError
import boto3
import sys
import logging
logger = logging.getLogger()
logger.setLevel(logging.INFO)
from zabbix.api import ZabbixAPI