3 changed files with 16 additions and 10 deletions
@ -1,10 +1,13 @@ |
|||||
package com.dashboard.aws.lambda; |
package com.dashboard.aws.lambda; |
||||
|
|
||||
|
import java.time.ZoneId; |
||||
import java.util.List; |
import java.util.List; |
||||
|
|
||||
public class Constants { |
public class Constants { |
||||
|
|
||||
public static final List<String> tables = List.of("dashboard_record_accumulate", "dashboard_record_measure"); |
public static final ZoneId TOKYO_ZONE = ZoneId.of("Asia/Tokyo"); |
||||
// public static final List<String> tables = List.of("dashboard_record_accumulate_test", "dashboard_record_measure_test");
|
|
||||
|
// public static final List<String> tables = List.of("dashboard_record_accumulate", "dashboard_record_measure");
|
||||
|
public static final List<String> tables = List.of("dashboard_record_accumulate_test", "dashboard_record_measure_test"); |
||||
|
|
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue