Skip to content

Commit e7326c5

Browse files
committed
Update lambda service testdata
Copied from test data from github.com/aws/aws-sdk-go commit 67f532fc99ebc262a50fa05500b3462065b75569
1 parent 38c3b3f commit e7326c5

File tree

3 files changed

+974
-47
lines changed

3 files changed

+974
-47
lines changed

pkg/generate/lambda_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)