/customer-feedback-processing-bedrock

Process customer feedback with AWS (EventBridge and Bedrock)

Primary LanguageHCL

This project aims to try Amazon event bridge and Bedrock to create a customer feedback analysis solution.

Untitled-2024-01-25-1629

Sample test payloads

aws events put-events --region eu-west-3 --entries '[{
  "Source": "custom.feedback",
  "DetailType": "Customer Feedback",
  "Detail": "{\"text\":\"This is the worst experience I have ever had with a product. It broke within a day, and customer support was completely unhelpful. The product is horrible !\"}"
}]'
aws events put-events --region eu-west-3 --entries '[{
  "Source": "custom.feedback",
  "DetailType": "Customer Feedback",
  "Detail": "{\"text\":\"This product exceeded my expectations! The quality and service were outstanding, and I will definitely recommend it to others.\"}"
}]'