1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-17 00:17:59 +02:00

Init aws session with region when using role

This commit is contained in:
Lee Brown
2019-07-14 00:54:51 -08:00
parent db07498192
commit 8f5ff1ec1e
7 changed files with 38 additions and 2 deletions

View File

@ -57,6 +57,18 @@ func main() {
return // We displayed help.
}
/*
//
DBInstanceIdentifier: aws.String(req.ProjectName + "-" + req.Env),
Secret ID used to store the DB username and password across deploys.
dbSecretId := filepath.Join(req.ProjectName, req.Env, *req.DBInstance.DBInstanceIdentifier)
*/
// =========================================================================
// Log App Info