Skip to content

Commit

Permalink
Init Binding
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-sa committed Mar 28, 2024
1 parent 9a35b14 commit 4f96236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello_world/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def lambda_handler(event, context):
Return doc: https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html
"""

print(Binding.ffi)
print(Binding().ffi)

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

0 comments on commit 4f96236

Please sign in to comment.