Skip to content
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

Attempting to add a custom lambda for getDocs ==DO_NOT_MERGE== #1998

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
df5622a
trying this run
dubwub Jan 13, 2025
0de1692
dummy tests?
dubwub Jan 13, 2025
3ecb81a
Merge branch 'main' into dd/getDocsForUrl-lambda
dubwub Jan 13, 2025
184081a
fixing
dubwub Jan 13, 2025
d82e030
Merge branch 'dd/getDocsForUrl-lambda' of github.com:fern-api/fern-pl…
dubwub Jan 13, 2025
acde8a4
testing deploy lambda
dubwub Jan 13, 2025
a19bf9a
modifying deploy script
dubwub Jan 13, 2025
b7f9b5f
fixing public vs private
dubwub Jan 13, 2025
76fd396
Adding allowpublicsubnet
dubwub Jan 13, 2025
4653027
retrying with correct security group id
dubwub Jan 14, 2025
6c5c550
CDK for fern-cloud works, time to try adding the lambda
dubwub Jan 14, 2025
a8cbdb4
fixing redis version
dubwub Jan 14, 2025
358a0e4
retrying, fixed rds -> redis typo
dubwub Jan 14, 2025
0e0fc65
Merge branch 'main' into dd/getDocsForUrl-lambda
dubwub Jan 14, 2025
e6cb4d7
changing import values
dubwub Jan 14, 2025
e633f55
adding npm install
dubwub Jan 14, 2025
218afb8
adding proxy resource id
dubwub Jan 14, 2025
e2871a7
removing dependencies
dubwub Jan 14, 2025
7091702
removing references to fnoutputs
dubwub Jan 14, 2025
abcc839
adding -docs- to names
dubwub Jan 14, 2025
1269ad9
experimenting with path
dubwub Jan 14, 2025
9deb55e
Merge branch 'main' into dd/getDocsForUrl-lambda
dubwub Jan 14, 2025
10b3bb7
trying a new strategy for node_modules
dubwub Jan 14, 2025
ffda617
Merge branch 'main' into dd/getDocsForUrl-lambda
dubwub Jan 14, 2025
5f42268
dummy change, retrigger deploy dev
dubwub Jan 14, 2025
3fe7d4d
adding cd ..
dubwub Jan 14, 2025
3ac42ad
adding another pnpm install
dubwub Jan 14, 2025
a04179f
setting proxy = true
dubwub Jan 14, 2025
e003326
moving proxy: true
dubwub Jan 14, 2025
1fbf623
last commit for the night
dubwub Jan 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/deploy-fdr-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dd/getDocsForUrl-lambda
paths:
- "fern/apis/fdr/**"
- "fern/fern.config.json"
Expand Down Expand Up @@ -81,7 +82,11 @@ jobs:
git_version="$(scripts/git-version.sh)"
pnpm --filter=@fern-platform/fdr run docker:dev "${git_version}"
npm install -g aws-cdk
cd servers/fdr-deploy
cd servers/fdr-deploy/getdocs-lambda
pnpm install
pnpm run build
cd ../
pnpm install
VERSION="${git_version}" pnpm --filter=@fern-platform/fdr-deploy deploy:dev
env:
DATABASE_URL: ${{ secrets.DEV_POSTGRES_URL }}/fdr?schema=public&connection_limit=6&pool_timeout=30
Expand Down
Loading
Loading