Amazon Neptune
Neptune Architectures
Fraud Detection architecture
-
Lambda writes payments on Neptune
-
Neptune stores the data and writes it to a Neptune Stream, for another Lambda function to pick it up
-
The Lambda function reads the payment from the Neptune Stream and asks SageMaker to score it against the possibility of a fraudlent attempt
-
SageMaker give it a score and returns the score to the Lambda function
-
The Lambda function then stores the score in DynamoDB