-
Notifications
You must be signed in to change notification settings - Fork 26
CI: Knip #6188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Knip #6188
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
🚀 FDR Lambda Preview DeployedYour Lambda function has been deployed to a preview environment! 🔗 Preview URL: https://mtjqjwfso3.execute-api.us-east-1.amazonaws.com/preview-6188 📝 Available Endpoints:
📋 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: ℹ️ Note: This preview will be automatically destroyed when the PR is closed or merged. |
🌱 Smoke Test PreviewRun at: 2026-01-03 23:30:54 UTC Testing branch changes with smoke test content:
|
🗑️ Preview Environment Cleaned UpThe preview Lambda stack |
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.