Started adding query

This commit is contained in:
Riccardo
2022-07-16 11:31:09 +02:00
parent 54b2dda79a
commit a922a905c0
5 changed files with 46 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ import "github.com/spf13/viper"
type Config struct {
TableName string `mapstructure:"TABLE_NAME"`
TableIndex string `mapstructure:"GLOBAL_SECONDARY_INDEX"`
AwsRegion string `mapstructure:"AWS_REGION"`
TopNews string `mapstructure:"TOP_NEWS"`
SingleNews string `mapstructure:"SINGLE_NEWS"`