cdk/lib/constructs/pollerLambda.ts (3 lines): - line 54: // TODO dead letter queue - line 55: // TODO consider setting retry count to zero - line 116: ingestionLambdaQueue.grantSendMessages(lambda); //TODO consider making that queue a destination for the poller-lambda and then the lambda just returns the payload (on success and failure) rather than using SQS SDK within the lambda newswires/app/db/FingerpostWireEntry.scala (2 lines): - line 413: // ) // TODO do this in parallel - line 452: .toMap // TODO would a list be better? cdk/lib/constructs/database.ts (1 line): - line 92: * TODO: shared/constants.ts (1 line): - line 1: // FIXME we should probably have a dedicated stack for the Newswires app for e.g. cost explorer purposes (as the App tag needs to be different for riff-raff etc. to differentiate) newswires/client/src/send-to-composer.ts (1 line): - line 111: // TODO handle error for this content already been sent cdk/lib/newswires.ts (1 line): - line 76: // version: PostgresEngineVersion.VER_16, // FIXME temporary, until VER_16 defaults to 16.4