Skip to content

Commit

Permalink
feat: update DynamoDB table name
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Jul 14, 2023
1 parent 3ac2f0a commit b89b306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# create a DynamoDB object using the AWS SDK
dynamodb = boto3.resource('dynamodb')
# use the DynamoDB object to select our table
table = dynamodb.Table('HelloWorldDatabase')
table = dynamodb.Table('DebugTableHelloWorld') # TODO, use this from env variable to align with the terraform instead of harccoding here

# define the handler function that the Lambda service will use as an entry point
def lambda_handler(event, context):
Expand Down

0 comments on commit b89b306

Please sign in to comment.