Skip to content

Conversation

@alecharmon
Copy link
Contributor

@alecharmon alecharmon commented Jan 3, 2026

Lets try using knip to detected dead code, at this point there are too many issues found to safely address so the GHA does not run automatically/block merging. Once we have it passing we can integrate it into the check step.

@vercel
Copy link
Contributor

vercel bot commented Jan 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
fern-dashboard Ready Ready Preview Jan 3, 2026 11:22pm
fern-dashboard-dev Ready Ready Preview Jan 3, 2026 11:22pm
4 Skipped Deployments
Project Deployment Review Updated (UTC)
dev.ferndocs.com Ignored Ignored Preview Jan 3, 2026 11:22pm
fern-platform Ignored Ignored Jan 3, 2026 11:22pm
prod-assets.ferndocs.com Ignored Ignored Preview Jan 3, 2026 11:22pm
prod.ferndocs.com Ignored Ignored Preview Jan 3, 2026 11:22pm

@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2026

🚀 FDR Lambda Preview Deployed

Your Lambda function has been deployed to a preview environment!

🔗 Preview URL: https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188

📝 Available Endpoints:

  • Base: GET https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188
  • Health: GET https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188/health
  • Metadata (public): POST https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188/metadata-for-url
  • Load Docs (requires auth): POST https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188/load-docs-for-url
  • Get Docs Fields (requires auth): POST https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188/get-docs-fields

📋 Example Usage:

# Test default endpoint
curl "https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188"

# Test metadata endpoint (public - no auth required)
curl -X POST "https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188/metadata-for-url" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://docs.buildwithfern.com"}'

# Test load docs endpoint (requires Fern token)
curl -X POST "https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188/load-docs-for-url" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $FERN_TOKEN" \
  -d '{"url":"https://docs.buildwithfern.com"}'

# Test load-fields endpoint (requires Fern token)
curl -X POST "https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188/load-fields" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $FERN_TOKEN" \
  -d '{"domain":"docs.buildwithfern.com","fields":["BASE_URL","CONFIG"]}'

🏷️ Stack Name: fdr-lambda-preview-6188

ℹ️ Note: This preview will be automatically destroyed when the PR is closed or merged.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2026

🌱 Smoke Test Preview

Run at: 2026-01-03 23:30:54 UTC

Testing branch changes with smoke test content:

⚠️ Crawler did not run or failed to generate results

Lets try using knip to detected dead code, at this point there are too many issues found to safely address so the GHA does not run automatically/block merging
@alecharmon alecharmon merged commit 7260b3d into app Jan 3, 2026
32 of 33 checks passed
@alecharmon alecharmon deleted the knip branch January 3, 2026 23:26
@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2026

🗑️ Preview Environment Cleaned Up

The preview Lambda stack fdr-lambda-preview-6188 has been destroyed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants