๐ Backend Download Center
Click any section in the sidebar โ expand files, copy code, save locally
โ Already Done
โSupabase
splurjj-prod โ 13 tables, RLS policies, seed data loadedโIAM role
splurjj-lambda-role (account 381492310148)โ24 Lambda functions written โ keys pre-filled
โJWT secret generated and baked into scripts
โก What To Do Next
1Click each sidebar section โ expand a file โ hit Copy โ paste into matching file on your machine
2Create folders:
lambda/shared/ lambda/auth/ lambda/articles/ etc.3Run:
cd lambda && npm install --production4Deploy:
chmod +x deploy.sh && ./deploy.sh5Push env vars:
chmod +x set-env.sh && ./set-env.sh6Set up API Gateway โ 25 routes, then swap
API_BASE in js/api.js๐๏ธ Supabase SQL
Run in order in Supabase SQL Editor โ already done โ
โ๏ธ Config & Scripts
Save to
lambda/ root folder๐ Auth Functions
Save to
lambda/auth/๐ฐ Articles Functions
Save to
lambda/articles/๐ฏ Goals Functions
Save to
lambda/goals/๐ฅ Users Functions
Save to
lambda/users/๐ฌ Comments Functions
Save to
lambda/comments/๐ Notifications Functions
Save to
lambda/notifications/๐ Analytics Functions
Save to
lambda/analytics/