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) {
58
58
59
59
expSpecFieldCamel := []string {
60
60
"Code" ,
61
+ "CodeSigningConfigARN" ,
61
62
"DeadLetterConfig" ,
62
63
"Description" ,
63
64
"Environment" ,
64
65
"FileSystemConfigs" ,
65
66
"FunctionName" ,
66
67
"Handler" ,
68
+ "ImageConfig" ,
67
69
"KMSKeyARN" ,
68
70
"Layers" ,
69
71
"MemorySize" ,
72
+ "PackageType" ,
70
73
"Publish" ,
71
74
"Role" ,
72
75
"Runtime" ,
@@ -84,12 +87,15 @@ func TestLambda_Function(t *testing.T) {
84
87
"CodeSHA256" ,
85
88
"CodeSize" ,
86
89
// "FunctionArn", <-- ACKMetadata.ARN
90
+ "ImageConfigResponse" ,
87
91
"LastModified" ,
88
92
"LastUpdateStatus" ,
89
93
"LastUpdateStatusReason" ,
90
94
"LastUpdateStatusReasonCode" ,
91
95
"MasterARN" ,
92
96
"RevisionID" ,
97
+ "SigningJobARN" ,
98
+ "SigningProfileVersionARN" ,
93
99
"State" ,
94
100
"StateReason" ,
95
101
"StateReasonCode" ,
You can’t perform that action at this time.
0 commit comments