Replace slog.Any with slogerr.Error for error logging by utgwkk · Pull Request #34 · utgwkk/dynamodb-local-proxy

Summary This PR improves error logging consistency by replacing manual slog.Any("error", err) calls with the slogerr.Error() helper function across the codebase. Key Changes Added github...