You've already forked golang-saas-starter-kit
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user