Skip to content

Commit d172713

Browse files
authored
Add lambda inventory (#143)
Fix data type
1 parent b1d635e commit d172713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-collection/deploy/module-pricing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Mappings:
319319
- { Type: string, Name: protocol }
320320
AWSLambda:
321321
path: lambda
322-
partition:
322+
partition:
323323
- { Name: region, Type: string }
324324
fields:
325325
- { Type: string, Name: sku }
@@ -329,7 +329,7 @@ Mappings:
329329
- { Type: string, Name: pricedescription }
330330
- { Type: string, Name: effectivedate }
331331
- { Type: string, Name: endingrange }
332-
- { Type: bigint, Name: startingrange }
332+
- { Type: string, Name: startingrange }
333333
- { Type: string, Name: endingrange }
334334
- { Type: string, Name: unit }
335335
- { Type: double, Name: priceperunit }

0 commit comments

Comments
 (0)