Site dedicated to making sure Chelsea Smallwood does not profit off the affairs she coaches https://cheatingchelsea.com
Find a file
Derek Slenk 09b97c97db Add secret retrieval from Amplify secret stores
- Try AWS Secrets Manager first with the Amplify secret path
- Fall back to SSM Parameter Store if Secrets Manager fails
- Fall back to environment variable if both fail
- Write retrieved secret to .env.production for Next.js to use
- Log the process but hide the actual secret value

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-27 16:21:03 -04:00
.claude Fix Amplify environment variable configuration 2025-06-27 14:56:31 -04:00
.github/workflows Update nextjs.yml 2025-06-26 22:38:23 -04:00
.idx initial scaffold 2025-06-25 14:01:52 +00:00
.vscode Site needs a meta description 2025-06-26 18:53:15 +00:00
amplify Simplify to just use environment variables 2025-06-27 16:19:54 -04:00
docs Updated app 2025-06-26 15:13:25 +00:00
public I have done that 2025-06-27 02:46:57 +00:00
src Simplify to just use environment variables 2025-06-27 16:19:54 -04:00
.gitignore Fix Amplify environment variable configuration 2025-06-27 14:56:31 -04:00
.modified Updated app 2025-06-26 15:13:25 +00:00
amplify.yml Add secret retrieval from Amplify secret stores 2025-06-27 16:21:03 -04:00
apphosting.yaml initial scaffold 2025-06-25 14:01:52 +00:00
CLAUDE.md docs: add CLAUDE.md for project guidance and essential commands 2025-06-26 22:28:53 -04:00
components.json initial scaffold 2025-06-25 14:01:52 +00:00
next.config.ts Fix Amplify environment variable access 2025-06-27 15:33:58 -04:00
package-lock.json Simplify to just use environment variables 2025-06-27 16:19:54 -04:00
package.json Fix Amplify environment variable configuration 2025-06-27 14:56:31 -04:00
postcss.config.mjs initial scaffold 2025-06-25 14:01:52 +00:00
README.md initial scaffold 2025-06-25 14:01:52 +00:00
tailwind.config.ts initial scaffold 2025-06-25 14:01:52 +00:00
tsconfig.json initial scaffold 2025-06-25 14:01:52 +00:00

Firebase Studio

This is a NextJS starter in Firebase Studio.

To get started, take a look at src/app/page.tsx.