Tag: aws-amplify
All the articles with the tag "aws-amplify".
-
Next.js Standalone Mode Swallows Your .env.production on AWS Amplify
When deploying Next.js with output: 'standalone' on AWS Amplify, server-side environment variables from .env.production aren't available at runtime — even though the AWS docs say they should be.
-
AWS Amplify Sandbox Silently Fails to Hotswap Lambda Code
The Amplify Gen 2 sandbox can silently fail to hotswap Lambda code. Your function keeps running stale code with no error — and cold starts don't help because they recycle the old bundle, not your latest source.