Documentation
¶
Overview ¶
Package stdmagecdk provides targets for deploying with the AWS cdk.
Index ¶
- func Bootstrap(env string) error
- func Boundary() error
- func Build() error
- func Deploy(env string) error
- func DeployStack(env string, stack string) error
- func Diff(env string) error
- func DiffStack(env string, stack string) error
- func Init(awsRegion, awsProfile, awsBootstrapProfile, cdkQualifier string, ...)
- func List(env string) error
- func LiveContextParams() error
- func Output(env, outputKey string) error
- type DockerBuild
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Boundary ¶ added in v0.0.72
func Boundary() error
Boundary sets up a permission boundary in the AWS IAM account.
func DeployStack ¶
DeployStack deploys a specific stack of our infrastructure (exclusively).
func Init ¶
func Init( awsRegion, awsProfile, awsBootstrapProfile, cdkQualifier string, dockerBuilds []DockerBuild, executionPolicies []string, noStagingEnv bool, ssmNoCacheParameterNames []string, cdkDir string, )
Init initializes the mage targets.
func LiveContextParams ¶ added in v0.0.73
func LiveContextParams() error
LiveContextParams updates the cdk context json with live parameter values.
Types ¶
Click to show internal directories.
Click to hide internal directories.