🤖 AWS Bedrock Chat

Stage 1: Hello World Testing

Static Website Status

✅ Static Website Loaded

This page is being served from S3 + CloudFront

Kong/API Gateway Test

Testing connectivity to Kong endpoint which proxies to API Gateway

⚙️ Setup Instructions:

  1. Run: npm run synth in the cdktf/ folder
  2. Deploy with: cdktf deploy
  3. Copy the kong_endpoint output value
  4. Update KONG_ENDPOINT in app.js with the actual URL
  5. Redeploy the static website
  6. Click "Test Kong Endpoint" button to verify connectivity

Stage 1 Goals:

  • ✅ Deploy static website to S3 + CloudFront
  • ✅ Create API Gateway with Kong routes
  • 🔄 Deploy infrastructure
  • 🔄 Test Kong endpoint connectivity