Skip to content

feat: cloudscape frontend#1606

Open
megha-narayanan wants to merge 1 commit into
aws:feat/cdk-explorerfrom
megha-narayanan:feat/explorer-web-pr1
Open

feat: cloudscape frontend#1606
megha-narayanan wants to merge 1 commit into
aws:feat/cdk-explorerfrom
megha-narayanan:feat/explorer-web-pr1

Conversation

@megha-narayanan
Copy link
Copy Markdown

Builds the cdk explore web explorer UI, with a React + Cloudscape single-page app is served by the existing
Express server, alongside file-serving API endpoints.

  • API (lib/web/): GET /api/health, GET /api/files?dir=,GET /api/file?path=,
  • SPA (frontend/): Cloudscape ContentLayout with four regions. The two center/right panes are functional server-backed file viewers (browse + view). Header shows a "last updated" placeholder.
  • Build: frontend/ is compiled by esbuild (separate tsconfig.frontend.json, kept off the Node tsc path) in post-compile, then embedded into web-assets.generated.json and served from memory so it travels in the
    bundled CLI.

Checklist

  • This change contains a major version upgrade for a dependency and I confirm all breaking changes are addressed
    • Release notes for the new version:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@megha-narayanan
Copy link
Copy Markdown
Author

Frontend:
Screenshot 2026-06-05 at 12 50 28 PM

@megha-narayanan megha-narayanan marked this pull request as ready for review June 5, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant