3 changed files with 13 additions and 2 deletions
@ -0,0 +1,9 @@ |
|||
package com.dashboard.aws.lambda; |
|||
|
|||
import java.util.List; |
|||
|
|||
public class Constants { |
|||
|
|||
public static final List<String> tables = List.of("dashboard_record_accumulate", "dashboard_record_measure"); |
|||
|
|||
} |
Loading…
Reference in new issue