id: 1 unit: public InfrastructureStack() file: infrastructure/src/main/java/software/amazonaws/example/infrastructure/InfrastructureStack.java start line: 48 end line: 190 size: 122 LOC McCabe index: 1 number of parameters: 3 id: 2 unit: public DashboardStack() file: infrastructure/src/main/java/software/amazonaws/example/infrastructure/DashboardStack.java start line: 31 end line: 99 size: 60 LOC McCabe index: 2 number of parameters: 4 id: 3 unit: public APIGatewayV2HTTPResponse handleRequest() file: software/products/src/main/java/software/amazonaws/example/product/entrypoints/ApiGatewayPutProductRequestHandler.java start line: 37 end line: 92 size: 49 LOC McCabe index: 7 number of parameters: 2 id: 4 unit: public APIGatewayV2HTTPResponse handleRequest() file: software/products/src/main/java/software/amazonaws/example/product/entrypoints/ApiGatewayGetProductRequestHandler.java start line: 38 end line: 73 size: 32 LOC McCabe index: 4 number of parameters: 2 id: 5 unit: public APIGatewayV2HTTPResponse handleRequest() file: software/products/src/main/java/software/amazonaws/example/product/entrypoints/ApiGatewayDeleteProductRequestHandler.java start line: 25 end line: 52 size: 26 LOC McCabe index: 3 number of parameters: 2 id: 6 unit: public APIGatewayV2HTTPResponse handleRequest() file: software/products/src/main/java/software/amazonaws/example/product/entrypoints/ApiGatewayGetAllProductRequestHandler.java start line: 37 end line: 62 size: 25 LOC McCabe index: 3 number of parameters: 2 id: 7 unit: public static void main() file: infrastructure/src/main/java/software/amazonaws/example/infrastructure/InfrastructureApp.java start line: 14 end line: 35 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 8 unit: public Products getAllProduct() file: software/products/src/main/java/software/amazonaws/example/product/store/dynamodb/DynamoDbProductStore.java start line: 74 end line: 89 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 9 unit: public Optional getProduct() file: software/products/src/main/java/software/amazonaws/example/product/store/dynamodb/DynamoDbProductStore.java start line: 44 end line: 55 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 10 unit: public static Product productFromDynamoDB() file: software/products/src/main/java/software/amazonaws/example/product/store/dynamodb/ProductMapper.java start line: 19 end line: 26 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 11 unit: public static Map productToDynamoDb() file: software/products/src/main/java/software/amazonaws/example/product/store/dynamodb/ProductMapper.java start line: 28 end line: 35 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 12 unit: public String toString() file: software/products/src/main/java/software/amazonaws/example/product/model/Product.java start line: 49 end line: 55 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 13 unit: public void putProduct() file: software/products/src/main/java/software/amazonaws/example/product/store/dynamodb/DynamoDbProductStore.java start line: 58 end line: 63 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 14 unit: public void deleteProduct() file: software/products/src/main/java/software/amazonaws/example/product/store/dynamodb/DynamoDbProductStore.java start line: 66 end line: 71 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 15 unit: public Product() file: software/products/src/main/java/software/amazonaws/example/product/model/Product.java start line: 18 end line: 22 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 16 unit: public Products() file: software/products/src/main/java/software/amazonaws/example/product/model/Products.java start line: 15 end line: 17 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 17 unit: public List getProducts() file: software/products/src/main/java/software/amazonaws/example/product/model/Products.java start line: 19 end line: 21 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 18 unit: public void setProducts() file: software/products/src/main/java/software/amazonaws/example/product/model/Products.java start line: 23 end line: 25 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 19 unit: public String getId() file: software/products/src/main/java/software/amazonaws/example/product/model/Product.java start line: 24 end line: 26 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 20 unit: public void setId() file: software/products/src/main/java/software/amazonaws/example/product/model/Product.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 21 unit: public String getName() file: software/products/src/main/java/software/amazonaws/example/product/model/Product.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 22 unit: public void setName() file: software/products/src/main/java/software/amazonaws/example/product/model/Product.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 23 unit: public BigDecimal getPrice() file: software/products/src/main/java/software/amazonaws/example/product/model/Product.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 24 unit: public void setPrice() file: software/products/src/main/java/software/amazonaws/example/product/model/Product.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 25 unit: public ApiGatewayPutProductRequestHandler() file: software/products/src/main/java/software/amazonaws/example/product/entrypoints/ApiGatewayPutProductRequestHandler.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 26 unit: public ApiGatewayPutProductRequestHandler() file: software/products/src/main/java/software/amazonaws/example/product/entrypoints/ApiGatewayPutProductRequestHandler.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 27 unit: public ApiGatewayGetAllProductRequestHandler() file: software/products/src/main/java/software/amazonaws/example/product/entrypoints/ApiGatewayGetAllProductRequestHandler.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 28 unit: public ApiGatewayGetAllProductRequestHandler() file: software/products/src/main/java/software/amazonaws/example/product/entrypoints/ApiGatewayGetAllProductRequestHandler.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 29 unit: public ApiGatewayGetProductRequestHandler() file: software/products/src/main/java/software/amazonaws/example/product/entrypoints/ApiGatewayGetProductRequestHandler.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 30 unit: public ApiGatewayGetProductRequestHandler() file: software/products/src/main/java/software/amazonaws/example/product/entrypoints/ApiGatewayGetProductRequestHandler.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 31 unit: public DashboardStack() file: infrastructure/src/main/java/software/amazonaws/example/infrastructure/DashboardStack.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 32 unit: public InfrastructureStack() file: infrastructure/src/main/java/software/amazonaws/example/infrastructure/InfrastructureStack.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 33 unit: public List getFunctions() file: infrastructure/src/main/java/software/amazonaws/example/infrastructure/InfrastructureStack.java start line: 192 end line: 194 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 34 unit: public Products() file: software/products/src/main/java/software/amazonaws/example/product/model/Products.java start line: 12 end line: 13 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 35 unit: public Product() file: software/products/src/main/java/software/amazonaws/example/product/model/Product.java start line: 15 end line: 16 size: 2 LOC McCabe index: 1 number of parameters: 0