MCPcopy Create free account
hub / github.com/dan-v/lambda-nat-proxy / buildStackParameters

Method buildStackParameters

internal/deploy/stack.go:267–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267func (s *StackDeployer) buildStackParameters() []*cloudformation.Parameter {
268 return []*cloudformation.Parameter{
269 {
270 ParameterKey: aws.String("StackName"),
271 ParameterValue: aws.String(s.cfg.Deployment.StackName),
272 },
273 }
274}
275
276func (s *StackDeployer) extractStackOutputs(stack *cloudformation.Stack) *StackOutput {
277 output := &StackOutput{

Callers 1

DeployStackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected