Skip to content

Commit bcd02fb

Browse files
committed
Remove bedrock runtime customization
1 parent 1ed3cb6 commit bcd02fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build_tools/customizations.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ def dynamodb_example_deep_transform(subsegment, keys)
6363
end
6464
end
6565

66-
api('BedrockRuntime') do |api|
67-
api['metadata']['protocolSettings'] = {'h2' => 'optional'}
68-
end
69-
7066
api('CloudFront') do |api|
7167
api['shapes'].each do |_, shape|
7268
if shape['members'] && shape['members']['MaxItems'] && shape['members']['MaxItems']['shape'] == 'string'

0 commit comments

Comments
 (0)