You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- mapErrorToResponse: appendKeys({ errorId }) now runs before logger.error
so the ERROR line itself carries the errorId the client sees.
- GiantsFunction tableAccess default flipped from 'readwrite' to 'read'.
Least privilege by default; handlers that write opt into 'readwrite'.
- ConfigProvider.getConfig and SecretsProvider.getSecret accept an optional
structural Schema<T> validator (matches Zod/Valibot/ArkType parse shape).
Cements the runtime-validation counterpart of the JSON schema CDK already
registers with AppConfig.
- Config and Secrets powertools calls are now static imports, matching
Telemetry. No more dynamic-import inconsistency across the three.
0 commit comments