Create S3 bucket configured as public website for Docsify-powered event log display.
- Bucket Name:
coderipple-cabinet - Region: us-east-1 (match other resources)
- Versioning: Disabled (logs are append-only)
- Public Website: Enabled with static website hosting
- Directory Listing: Disabled (no content listing)
- Project Tag:
coderipple
- Index Document:
index.html(Docsify entry point) - Error Document:
index.html(SPA routing) - Public Read Access: Enabled for website content
- CORS: Configured for web browser access
- Framework: Docsify v4 via CDN
- Theme: Dark theme for professional appearance
- Content: README.md contains event log table
- Real-time Updates: Hermes appends new events to README.md
- index.html: Docsify entry point with dark theme
- README.md: Event log table (created by Hermes)
- Public Read: Website content accessible via S3 website URL
- Write Access: Hermes Lambda only (via IAM role)
- No Directory Listing: Prevents browsing bucket contents
- HTTPS: Available via CloudFront (future enhancement)
http://coderipple-cabinet.s3-website-us-east-1.amazonaws.com
- Hermes Lambda (Subunit 001) - writes to this bucket
Ready for S3 bucket creation with public website hosting and Docsify configuration.