Skip to content

Commit 562002d

Browse files
author
AWS
committed
EC2 Image Builder Update: EC2 Image Builder now supports invoking Lambda functions and executing Step Functions state machine through image workflows.
1 parent e3b5e0a commit 562002d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "EC2 Image Builder",
4+
"contributor": "",
5+
"description": "EC2 Image Builder now supports invoking Lambda functions and executing Step Functions state machine through image workflows."
6+
}

services/imagebuilder/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,7 +2277,6 @@
22772277
"containerType",
22782278
"name",
22792279
"semanticVersion",
2280-
"components",
22812280
"parentImage",
22822281
"targetRepository",
22832282
"clientToken"
@@ -2301,7 +2300,7 @@
23012300
},
23022301
"components":{
23032302
"shape":"ComponentConfigurationList",
2304-
"documentation":"<p>Components for build and test that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.</p>"
2303+
"documentation":"<p>The components included in the container recipe.</p>"
23052304
},
23062305
"instanceConfiguration":{
23072306
"shape":"InstanceConfiguration",
@@ -2512,7 +2511,6 @@
25122511
"required":[
25132512
"name",
25142513
"semanticVersion",
2515-
"components",
25162514
"parentImage",
25172515
"clientToken"
25182516
],

0 commit comments

Comments
 (0)