packages/@prototype/live-data-cache/src/LiveDataCache/ElasticSearchCluster/index.ts (3 lines): - line 106: // TODO: verify the right value for prod - line 120: // TODO: restrict these to non PII scoped data - line 130: // TODO: restrict these permissions to non destructive tasks prototype/dispatch/order-dispatcher/src/main/java/com/aws/proto/dispatching/routing/GraphhopperRouter.java (3 lines): - line 76: // TODO: in prod, this must be a parameter :: based on current weather conditions, package size, etc. - line 93: // TODO: in prod, this must be a parameter - line 106: // TODO: return wrapper that can hold both the result and error explanation instead of throwing exception packages/@aws-play/cdk-cicd/src/construct/pipeline/CodeArtifactBuildCommands/index.ts (2 lines): - line 115: // TODO: rethink this whole scoping stuff based on updated architecture - line 121: // TODO: previously we had complex "scope" based permissions defined here... but now prefer simplified single repository for all artifacts. packages/@prototype/lambda-common/src/KinesisConsumer/index.ts (2 lines): - line 81: // TODO: evaluate if to change to latest - line 92: // TODO: evaluate if to change to latest packages/@prototype/order-manager/src/OrderManager/OrderManagerStepFunction/index.ts (2 lines): - line 71: // TODO: change in production - line 194: // TODO: to change in production packages/@aws-play/cdk-cicd/src/construct/pipeline/LernaCodeArtifactPipeline/index.ts (2 lines): - line 68: // TODO: add pipeline name, based on branch - line 79: // TODO: make singleton _templates/package-tf/new/README.md.t (2 lines): - line 8: > TODO: description - line 17: // TODO: Add usage details packages/@prototype/provider/src/ProviderBase/index.ts (2 lines): - line 136: sampledRequestsEnabled: true, // TODO: review this - line 138: rules: [], // TODO: add rules _templates/package/new/README.md.t (2 lines): - line 6: > TODO: description - line 15: // TODO: Add usage details prototype/infra/lib/stack/nested/StreamingStack/index.ts (1 line): - line 44: dataStreamRetention: Duration.hours(kinesisConfig.dataStreamRetentionHrs as number), // TODO: review for PROD packages/@prototype/lambda-functions/src/LambdaFunctions/DriverGeofencingLambda/@lambda/index.js (1 line): - line 36: console.debug(`Data payload: ${JSON.stringify(data, null, 2)}`) // TODO: remove this for PROD packages/@prototype/simulator/src/SimulatorManagerStack/RestaurantSimulatorLambda/RestaurantStarterStepFunction/@lambda/src/lib/ecs.js (1 line): - line 47: // TODO: change in prod packages/@prototype/internal-provider/src/DriverEventHandler/DriverStatusChangeHandler/@lambda/index.js (1 line): - line 104: // TODO: need to handle this and send a cancellation to the driver so it won't hanle this order any longer packages/@aws-play/eslint-config/preset/recommended.js (1 line): - line 17: // TODO: currently just extends typescript (which extends standard), but add react, etc once created packages/@prototype/lambda-functions/src/LambdaFunctions/DriverStatusUpdateIngestLambda/@lambda/index.js (1 line): - line 34: console.debug(`Event payload: ${JSON.stringify(event, null, 2)}`) // TODO: remove this for PROD packages/@prototype/internal-provider/src/DispatchEngineOrchestrator/OrderIngestLambda/@lambda/index.js (1 line): - line 45: console.debug(`Data payload: ${JSON.stringify(data, null, 2)}`) // TODO: remove this for PROD packages/@aws-play/cdk-core/src/utils/resource.ts (1 line): - line 37: console.warn(yellow(`TODO: Creating placeholder resource in stack ${stack.stackId}, need to remove later`)) packages/@prototype/simulator/src/SimulatorManagerStack/CustomerSimulatorLambda/CustomerStatusUpdateLambda/@lambda/index.js (1 line): - line 34: console.debug(`Event payload: ${JSON.stringify(event, null, 2)}`) // TODO: remove this for PROD packages/@prototype/simulator/src/SimulatorManagerStack/SimulatorManagerLambda/ECSStepFunctionInvoker/@lambda/src/lib/ecs.js (1 line): - line 48: // TODO: change in prod packages/@prototype/cognito-auth/src/IdentityStackPersistent/index.ts (1 line): - line 125: // TODO: enabled for now, but need to determine production strategy for "guest" users prototype/infra/lib/stack/root/PipelineStack/index.ts (1 line): - line 109: // TODO: HACK: Until https://github.com/aws/aws-cdk/issues/9163 is resolved we don't have good way packages/@prototype/internal-provider/src/DispatchEngineOrchestrator/OrchestratorHelperLambda/@lambda/src/lib/routing.js (1 line): - line 46: // TODO: routes can be cached (eg. from restaurant to customer) packages/@prototype/networking/src/VpcPersistent/index.ts (1 line): - line 60: natGateways: 1, // TODO: review for PROD packages/@prototype/simulator/src/SimulatorManagerStack/OrderSimulatorLambda/@lambda/src/commands/updateOrder.js (1 line): - line 45: /// TODO: configure, in meters packages/@prototype/order-manager/src/OrderManager/ProviderRuleEngine/@lambda/src/commands/findProvider.js (1 line): - line 45: // TODO: the system assumes that there's only one tag at this point for simplicity prototype/dispatch/order-dispatcher/src/main/java/com/aws/proto/dispatching/planner/solution/v2/SolutionConsumer.java (1 line): - line 109: // TODO: manually putting orders to unassigned if there are more than 2 assigned to a driver packages/@prototype/internal-provider/src/DispatchEngineOrchestrator/OrchestratorHelperLambda/index.ts (1 line): - line 101: // TODO: configure the bias accordingly: the smaller the more clusters packages/@prototype/simulator/src/SimulatorManagerStack/CustomerSimulatorLambda/CustomerStarterStepFunction/@lambda/src/lib/ecs.js (1 line): - line 57: // TODO: change in prod packages/@prototype/simulator/src/SimulatorManagerStack/RestaurantSimulatorLambda/RestaurantGeneratorStepFunction/@lambda/src/commands/generateRestaurant.js (1 line): - line 67: // TODO: extend and make it more relevant to the reality packages/@prototype/lambda-functions/src/LambdaFunctions/DriverLocationUpdateIngestLambda/@lambda/index.js (1 line): - line 49: console.debug(`Data payload: ${JSON.stringify(data, null, 2)}`) // TODO: remove this for PROD packages/@prototype/simulator/src/SimulatorManagerStack/RestaurantSimulatorLambda/RestaurantStatusUpdateLambda/@lambda/index.js (1 line): - line 34: console.debug(`Event payload: ${JSON.stringify(event, null, 2)}`) // TODO: remove this for PROD packages/@prototype/simulator/src/SimulatorManagerStack/OrderSimulatorLambda/index.ts (1 line): - line 56: // TODO: this is just for the simulator, the real service should invoke API gateway APIs