Skip to content

Commit

Permalink
fix: update DynamoDB table name for trip records
Browse files Browse the repository at this point in the history
  • Loading branch information
LokoMoloko98 committed Jan 21, 2025
1 parent ede79e3 commit ff72b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-lift-fare-calculation/swift-lift-fare-calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dynamodb = boto3.resource('dynamodb')

# DynamoDB table name
TRIPS_TABLE = "trips" # Replace with your table name
TRIPS_TABLE = "Swift-lift-club-portal-trips"

def lambda_handler(event, context):
body = {}
Expand Down

0 comments on commit ff72b3f

Please sign in to comment.