Skip to content

Commit 36d61da

Browse files
shadowhandjderusse
andauthored
Add ListEventSourceMappings, PutFunctionConcurrency to Lambda (#2053)
* Add ListEventSourceMappings, PutFunctionConcurrency to Lambda * fix tests * Add CHANGELOG entry --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent b98e4a5 commit 36d61da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Generator/GeneratorHelper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ public static function normalizeName(string $propertyName): string
5454
'STL' => 'Stl',
5555
'TTL' => 'Ttl',
5656
'URI' => 'Uri',
57+
'UUID' => 'Uuid',
5758
'VPC' => 'Vpc',
5859
'YUV' => 'Yuv',
5960

6061
'BS' => 'Bs',
62+
'DB' => 'Db',
6163
'ID' => 'Id',
6264
'NS' => 'Ns',
6365
'SS' => 'Ss',

0 commit comments

Comments
 (0)