Skip to content

Add Amplify config and connection script, fix build path#110

Merged
csecrestjr merged 2 commits into
mainfrom
codex/fix-frontend-deployment-issues
Sep 13, 2025
Merged

Add Amplify config and connection script, fix build path#110
csecrestjr merged 2 commits into
mainfrom
codex/fix-frontend-deployment-issues

Conversation

@csecrestjr

Copy link
Copy Markdown
Collaborator

Summary

  • add Amplify configuration with AppSync endpoint and API key
  • provide a simple test script to verify frontend-to-backend connectivity
  • guard the connection test with a DNS/TCP reachability check
  • wire up npm script for running the connection test
  • handle missing network connectivity gracefully in the test script
  • track package-lock.json for reproducible frontend installs
  • ensure Amplify build runs from the repo root using npm --prefix to avoid missing path errors

Testing

  • npm install
  • npm test
  • npm run test-connection (warns: Network is unreachable. Skipping API call.)
  • npm ci --prefix chat-ui
  • npm run build --prefix chat-ui

https://chatgpt.com/codex/tasks/task_e_68c4c875e9808321aa1d23569289cd36

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment thread frontend/aws-exports.js Outdated
@csecrestjr
csecrestjr merged commit a7a2720 into main Sep 13, 2025
1 check passed
@csecrestjr
csecrestjr deleted the codex/fix-frontend-deployment-issues branch November 11, 2025 14:34
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