gasolima
gasolima
Problem: Backend can't handle repo size larger than 200MB Solution: Throws an error to give the user better experience ## Types of changes - [x] Bug fix (non-breaking change which...
## Problem When a validation errors(repo size exceeds limit or corrupted zip file) thrown from approach/code generation it will show generic internal error to the user ## Solution Catch those...
### Issue # Closes https://github.com/aws/aws-cdk/issues/11818 . ### Reason for this change To support stage variables to HttpApi & WebSocketApi. ### Description of changes Add `stageVariables` property to `WebSocketStage` & `HttpStage`....