Skip to content

Commit

Permalink
EMR Serverless Update: Adds support for customized images. You can no…
Browse files Browse the repository at this point in the history
…w provide runtime images when creating or updating EMR Serverless Applications.
  • Loading branch information
AWS committed Jan 5, 2023
1 parent a7f00ad commit 054ac21
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 145 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-EMRServerless-7e62504.json
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "EMR Serverless",
"contributor": "",
"description": "Adds support for customized images. You can now provide runtime images when creating or updating EMR Serverless Applications."
}
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down

0 comments on commit 054ac21

Please sign in to comment.