Skip to content

Commit 9490536

Browse files
committed
Add missing table name
1 parent a61a066 commit 9490536

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

serverless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ provider:
5555
UPLOADS_LOG_TABLE_NAME: recent-uploads-log
5656
PIPE_QUEUE_TABLE_NAME: 'pipe-queue-table'
5757
REGION: ${self:provider.region}
58+
IMAGES_TABLE: 'photonranch-images'
5859
INFO_IMAGES_TABLE: 'info-images'
5960
NIGHT_LOG_TABLE: 'night-log'
6061
AUTH0_CLIENT_ID: ${file(./secrets.json):AUTH0_CLIENT_ID}

0 commit comments

Comments
 (0)