What file types can AI process from S3?
Flomation can pass text-based file content (TXT, CSV, JSON, Markdown, HTML) to AI. For PDFs and images, a pre-processing Lambda step may be required to extract text first.
Can AI classify the severity of AWS CloudWatch alarms automatically?
Yes. Pass the alarm message to AI Classify Data with severity categories in the prompt, then route to different channels based on the severity result.
Can Flomation read the content of a file uploaded to S3 and summarise it with AI?
Yes. Trigger on New S3 File Upload, fetch the file content, pass it to AI Summarise Content, and route the summary to Notion, Slack, or email.