Skip to content

Conversation

@chdeskur
Copy link
Collaborator

@chdeskur chdeskur commented Jan 3, 2026

component is broken - removing

@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)
dev.ferndocs.com Ready Ready Preview Jan 3, 2026 2:52pm
fern-dashboard Ready Ready Preview Jan 3, 2026 2:52pm
fern-dashboard-dev Ready Ready Preview Jan 3, 2026 2:52pm
prod-assets.ferndocs.com Ready Ready Preview Jan 3, 2026 2:52pm
prod.ferndocs.com Ready Ready Preview Jan 3, 2026 2:52pm
1 Skipped Deployment
Project Deployment Review Updated (UTC)
fern-platform Ignored Ignored Jan 3, 2026 2:52pm

@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2026

🌱 Smoke Test Preview

Run at: 2026-01-03 14:51:05 UTC

Testing branch changes with smoke test content:

🕷️ Smoke Test Crawler Results

Pages crawled: 49
Successful: 49 ✅
With errors: 0

🎉 All pages loaded successfully with no errors!

@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://jig3z32k85.execute-api.us-east-1.amazonaws.com/preview-6187

📝 Available Endpoints:

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

📋 Example Usage:

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

# Test metadata endpoint (public - no auth required)
curl -X POST "https://jig3z32k85.execute-api.us-east-1.amazonaws.com/preview-6187/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://jig3z32k85.execute-api.us-east-1.amazonaws.com/preview-6187/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://jig3z32k85.execute-api.us-east-1.amazonaws.com/preview-6187/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-6187

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

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