Skip to content

Commit aba08a2

Browse files
committed
wip
1 parent abd60a8 commit aba08a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backend/internal/processes/bootstrap.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ func BootstrapEnv(appconf *config.AppConfig) error {
137137
return err
138138
}
139139

140+
log.Infof("Setting Up Core Config SSM Params")
141+
err = UpdateCoreConfig(appconf, store, nil, "")
142+
if err != nil {
143+
log.WithError(err).Error("Problem updating ssm config")
144+
}
145+
140146
log.Infof("Bootstrap Process Completed Succesfully")
141147
return nil
142148
}

0 commit comments

Comments
 (0)