Skip to content

Commit

Permalink
Import hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-sa committed Mar 28, 2024
1 parent 2d5526c commit d2ddd1d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hello_world/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

# import requests

from cryptography import x509
from cryptography.hazmat.bindings.openssl.binding import Binding
from cryptography.hazmat.primitives import hashes, padding


def lambda_handler(event, context):
Expand All @@ -28,8 +27,6 @@ def lambda_handler(event, context):
Return doc: https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html
"""

print(Binding().ffi)

# try:
# ip = requests.get("http://checkip.amazonaws.com/")
# except requests.RequestException as e:
Expand Down

0 comments on commit d2ddd1d

Please sign in to comment.