We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971af4f commit 9031b6aCopy full SHA for 9031b6a
Sources/AWSLambdaDeploymentDescriptor/DeploymentDefinition.swift
@@ -5,7 +5,7 @@ import Foundation
5
//
6
public struct DeploymentDefinition {
7
8
- private var deployment : DeploymentDescriptor
+ private let deployment : DeploymentDescriptor
9
10
public init (
11
// the description of the SAM template
0 commit comments