File tree Expand file tree Collapse file tree 3 files changed +974
-47
lines changed
testdata/models/apis/lambda/0000-00-00 Expand file tree Collapse file tree 3 files changed +974
-47
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,18 @@ func TestLambda_Function(t *testing.T) {
5858
5959 expSpecFieldCamel := []string {
6060 "Code" ,
61+ "CodeSigningConfigARN" ,
6162 "DeadLetterConfig" ,
6263 "Description" ,
6364 "Environment" ,
6465 "FileSystemConfigs" ,
6566 "FunctionName" ,
6667 "Handler" ,
68+ "ImageConfig" ,
6769 "KMSKeyARN" ,
6870 "Layers" ,
6971 "MemorySize" ,
72+ "PackageType" ,
7073 "Publish" ,
7174 "Role" ,
7275 "Runtime" ,
@@ -84,12 +87,15 @@ func TestLambda_Function(t *testing.T) {
8487 "CodeSHA256" ,
8588 "CodeSize" ,
8689 // "FunctionArn", <-- ACKMetadata.ARN
90+ "ImageConfigResponse" ,
8791 "LastModified" ,
8892 "LastUpdateStatus" ,
8993 "LastUpdateStatusReason" ,
9094 "LastUpdateStatusReasonCode" ,
9195 "MasterARN" ,
9296 "RevisionID" ,
97+ "SigningJobARN" ,
98+ "SigningProfileVersionARN" ,
9399 "State" ,
94100 "StateReason" ,
95101 "StateReasonCode" ,
You can’t perform that action at this time.
0 commit comments