def sign()

in aws_jupyter_proxy/awsproxy.py [0:0]


def sign(key, msg):
    return hmac.new(key, msg.encode("utf-8"), hashlib.sha256).digest()