Skip to content

Commit

Permalink
Instantiate edge presign handler
Browse files Browse the repository at this point in the history
  • Loading branch information
RioKnightleyNHS committed Aug 20, 2024
1 parent d8cd80f commit ce22885
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lambdas/handlers/edge_presign_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ def lambda_handler(event, context):
request = event["Records"][0]["cf"]["request"]
logger.info(json.dumps(request))
return request


# Capture requested URL
# Check DynamoDB for entry
# Forward the request / Reject the request

0 comments on commit ce22885

Please sign in to comment.