Skip to content

Donovan1905/customer-feedback-processing-bedrock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.\"}"
}]'

About

Process customer feedback with AWS (EventBridge and Bedrock)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors