Tag: aws-lambda
All the articles with the tag "aws-lambda".
-
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.
-
AI Providers Reject minItems/maxItems — And Each SDK Handles It Differently
Gemini AND Anthropic both reject minItems/maxItems in JSON Schema structured output. The AI SDK's Google provider silently strips them; the Anthropic provider doesn't. The fix: never put array constraints in schemas sent to any provider.