func env()

in hello-world/go/hello-world.go [69:78]


func env() *awscdk.Environment {

	// If unspecified, this stack will be "environment-agnostic"
	// If the stack is environment-agnostic, then environment-specific details must be provided at synth time

	// One of the simpler ways to do this is via the AWS CLI profile. An example command:
	// cdk deploy --profile $AWS_PROFILE

	return nil
}